project-m36-0.3: Relational Algebra Engine

Safe HaskellSafe
LanguageHaskell2010

ProjectM36.AtomFunctionError

Documentation

data AtomFunctionError Source #

Instances

Eq AtomFunctionError Source # 
Show AtomFunctionError Source # 
Generic AtomFunctionError Source # 
Binary AtomFunctionError Source # 
NFData AtomFunctionError Source # 

Methods

rnf :: AtomFunctionError -> () #

type Rep AtomFunctionError Source # 
type Rep AtomFunctionError = D1 (MetaData "AtomFunctionError" "ProjectM36.AtomFunctionError" "project-m36-0.3-6ISpcBZwnv1Gd5svoztbSh" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AtomFunctionUserError" PrefixI False) (S1 (MetaSel (Nothing 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 "AtomFunctionEmptyRelationError" PrefixI False) U1) (C1 (MetaCons "AtomTypeDoesNotSupportOrderingError" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) ((:+:) (C1 (MetaCons "AtomTypeDoesNotSupportIntervalError" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) (C1 (MetaCons "AtomFunctionBytesDecodingError" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))))))