Module

Control.Subcategory.HasUnit

#HasUnit

class (HasTerminate c u) <= HasUnit (c :: Type -> Type -> Type) (u :: Type) | c -> u where

Members

Instances

#unit

unit :: forall c u. HasUnit c u => u

Modules