Okapi.Handle
data Route (n :: Type -> Type) where Source #
Constructors
newtype Handle Source #
Fields
handle :: forall (n :: Type -> Type). (n ~> IO) -> Route n -> Handle Source #