okapi-0.2.0.0: A bidirectional HTTP description language
Safe HaskellNone
LanguageGHC2024

Okapi.Handle

Documentation

data Route (n :: Type -> Type) where Source #

Constructors

(:=) :: forall shape (n :: Type -> Type). Forest shape -> Function n shape -> Route n infixl 0 

newtype Handle Source #

Constructors

Handle 

handle :: forall (n :: Type -> Type). (n ~> IO) -> Route n -> Handle Source #