packages feed

pandora-0.2.4: Pandora/Paradigm/Controlflow/Joint/Interpreted.hs

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

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