pandora-0.2.1: Pandora/Paradigm/Controlflow/Joint/Interpreted.hs
module Pandora.Paradigm.Controlflow.Joint.Interpreted (Interpreted (..)) where
class Interpreted t where
{-# MINIMAL unwrap #-}
type Primary t a :: *
unwrap :: t a -> Primary t a
module Pandora.Paradigm.Controlflow.Joint.Interpreted (Interpreted (..)) where
class Interpreted t where
{-# MINIMAL unwrap #-}
type Primary t a :: *
unwrap :: t a -> Primary t a