partial-isomorphisms-0.2.3.0: Partial isomorphisms.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Isomorphism.Partial.TH

Synopsis

Documentation

constructorIso :: Name -> ExpQ Source #

Construct a partial isomorphism expression for a constructor, given the constructor's name.

defineIsomorphisms :: Name -> Q [Dec] Source #