wai-routes-0.7.3: Typesafe URLs for Wai applications.

Safe HaskellSafe
LanguageHaskell2010

Util.Free

Synopsis

Documentation

newtype F f a Source

Constructors

F 

Fields

runF :: forall r. (a -> r) -> (f r -> r) -> r
 

Instances

liftF :: Functor f => f a -> F f a Source

A version of lift that can be used with just a Functor for f.