<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://pleiad.cl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pleiad.cl/feed.php">
        <title>PLEIAD effectcaps</title>
        <description></description>
        <link>http://pleiad.cl/</link>
        <image rdf:resource="http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico" />
       <dc:date>2026-04-27T23:41:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://pleiad.cl/effectcaps/delegability"/>
                <rdf:li rdf:resource="http://pleiad.cl/effectcaps/sblp14"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico">
        <title>PLEIAD</title>
        <link>http://pleiad.cl/</link>
        <url>http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico</url>
    </image>
    <item rdf:about="http://pleiad.cl/effectcaps/delegability">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-22T20:44:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>effectcaps:delegability</title>
        <link>http://pleiad.cl/effectcaps/delegability</link>
        <description>[ Download Code]


{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, DeriveGeneric #-}

module A where

import EffectCapabilities
import GHC.Generics
import {-# SOURCE #-} B

data Cap a = Cap a deriving Generic
instance Capability Cap a

instance Send BChannel Cap ()</description>
    </item>
    <item rdf:about="http://pleiad.cl/effectcaps/sblp14">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-13T19:31:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>effectcaps:sblp14</title>
        <link>http://pleiad.cl/effectcaps/sblp14</link>
        <description>Brazilian Symposium on Programming Languages

Abstract

Computational effects complicate the tasks of reasoning about and
maintaining software, due to the many kinds of interferences that
can occur. While different proposals have been formulated to
alleviate the fragility and burden of dealing with specific effects,
such as state or exceptions, there is no prevalent robust mechanism
that addresses the general interference issue. Building upon the
idea of capability-based security, we propose eff…</description>
    </item>
</rdf:RDF>
