project-m36-0.9.9: Relational Algebra Engine
Safe HaskellSafe-Inferred
LanguageHaskell2010

ProjectM36.AtomFunctionError

Documentation

data AtomFunctionError Source #

Instances

Instances details
Generic AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Associated Types

type Rep AtomFunctionError :: Type -> Type Source #

Show AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

NFData AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

Methods

rnf :: AtomFunctionError -> () Source #

Eq AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

HashBytes AtomFunction Source # 
Instance details

Defined in ProjectM36.HashSecurely

HashBytes AtomFunctions Source # 
Instance details

Defined in ProjectM36.HashSecurely

Serialise AtomFunctionError Source # 
Instance details

Defined in ProjectM36.Serialise.AtomFunctionError

type Rep AtomFunctionError Source # 
Instance details

Defined in ProjectM36.AtomFunctionError

type Rep AtomFunctionError = D1 ('MetaData "AtomFunctionError" "ProjectM36.AtomFunctionError" "project-m36-0.9.9-inplace" 'False) (((C1 ('MetaCons "AtomFunctionUserError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "AtomFunctionTypeMismatchError" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "AtomFunctionParseError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: (C1 ('MetaCons "InvalidIntervalOrderingError" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "InvalidIntervalBoundariesError" 'PrefixI 'False) (U1 :: Type -> Type)))) :+: ((C1 ('MetaCons "InvalidIntBoundError" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "InvalidUUIDString" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "AtomFunctionEmptyRelationError" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (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))))))