packages feed

pandora-0.2.9: Pandora/Paradigm/Controlflow/Effect/Interpreted.hs

module Pandora.Paradigm.Controlflow.Effect.Interpreted (Interpreted (..)) where

class Interpreted t where
	{-# MINIMAL run #-}
	type Primary t a :: *
	run :: t a -> Primary t a