napkin-0.5.10
Safe HaskellNone
LanguageHaskell2010

Napkin.Spec.Yaml.Types.Backends

Documentation

newtype WithBackend b a #

Constructors

WithBackend a 

Instances

Instances details
Functor (WithBackend b) # 
Instance details

Defined in Napkin.Spec.Yaml.Types.Backends

Methods

fmap :: (a -> b0) -> WithBackend b a -> WithBackend b b0 #

(<$) :: a -> WithBackend b b0 -> WithBackend b a #

(ReifiesBackend b, ParseSQL b) => FromJSON (WithBackend b Query) # 
Instance details

Defined in Napkin.Spec.Yaml.Types.Backends

(ReifiesBackend b, ParseSQL b) => FromJSON (WithBackend b SExp) # 
Instance details

Defined in Napkin.Spec.Yaml.Types.Backends

withBackend :: forall b a. WithBackend b a -> a #