project-m36-0.7: Relational Algebra Engine

Safe HaskellSafe
LanguageHaskell2010

ProjectM36.AtomFunctionError

Documentation

data AtomFunctionError Source #

Instances
Eq AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Show AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Generic AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Associated Types

type Rep AtomFunctionError :: * -> * #

Binary AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

NFData AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Methods

rnf :: AtomFunctionError -> () #

type Rep AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

type Rep AtomFunctionError = D1 (MetaData "AtomFunctionError" "ProjectM36.AtomFunctionError" "project-m36-0.7-inplace" False) (((C1 (MetaCons "AtomFunctionUserError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String)) :+: C1 (MetaCons "AtomFunctionTypeMismatchError" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "InvalidIntervalOrderingError" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "InvalidIntervalBoundariesError" PrefixI False) (U1 :: * -> *))) :+: ((C1 (MetaCons "InvalidIntBoundError" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "AtomFunctionEmptyRelationError" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "AtomTypeDoesNotSupportOrderingError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: (C1 (MetaCons "AtomTypeDoesNotSupportIntervalError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: C1 (MetaCons "AtomFunctionBytesDecodingError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))))))