packages feed

joint-0.1.6: Control/Joint/Abilities/Interpreted.hs

module Control.Joint.Abilities.Interpreted (Interpreted (..)) where

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