dovetail-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Dovetail.JSON

Description

This module is temporary and will be replaced or removed in a release shortly.

Documentation

tryReifySerializableType :: forall m r. MonadFix m => SourceType -> (forall a. (FromJSON a, ToJSON a, ToValue m a) => Proxy a -> EvalT m r) -> EvalT m r Source #

newtype Nullable a Source #

Constructors

Nullable (Maybe a) 

Instances

Instances details
ToValue m a => ToValue m (Nullable a) Source # 
Instance details

Defined in Dovetail.JSON

ToJSON a => ToJSON (Nullable a) Source # 
Instance details

Defined in Dovetail.JSON

FromJSON a => FromJSON (Nullable a) Source # 
Instance details

Defined in Dovetail.JSON

newtype UnknownJSON Source #

Constructors

UnknownJSON