Safe Haskell | None |
---|
Documentation
data LocIdBaseKindType Source #
Instances
Eq LocIdBaseKindType Source # | |
Defined in Persistence.Schema.Enums (==) :: LocIdBaseKindType -> LocIdBaseKindType -> Bool (/=) :: LocIdBaseKindType -> LocIdBaseKindType -> Bool | |
Read LocIdBaseKindType Source # | |
Defined in Persistence.Schema.Enums readsPrec :: Int -> ReadS LocIdBaseKindType readList :: ReadS [LocIdBaseKindType] readPrec :: ReadPrec LocIdBaseKindType readListPrec :: ReadPrec [LocIdBaseKindType] | |
Show LocIdBaseKindType Source # | |
Defined in Persistence.Schema.Enums showsPrec :: Int -> LocIdBaseKindType -> ShowS show :: LocIdBaseKindType -> String showList :: [LocIdBaseKindType] -> ShowS | |
PersistField LocIdBaseKindType Source # | |
Defined in Persistence.Schema.Enums toPersistValue :: LocIdBaseKindType -> PersistValue fromPersistValue :: PersistValue -> Either Text LocIdBaseKindType | |
PersistFieldSql LocIdBaseKindType Source # | |
Defined in Persistence.Schema.Enums sqlType :: Proxy LocIdBaseKindType -> SqlType |
data DiagnosisKindType Source #
Instances
Eq DiagnosisKindType Source # | |
Defined in Persistence.Schema.Enums (==) :: DiagnosisKindType -> DiagnosisKindType -> Bool (/=) :: DiagnosisKindType -> DiagnosisKindType -> Bool | |
Read DiagnosisKindType Source # | |
Defined in Persistence.Schema.Enums readsPrec :: Int -> ReadS DiagnosisKindType readList :: ReadS [DiagnosisKindType] readPrec :: ReadPrec DiagnosisKindType readListPrec :: ReadPrec [DiagnosisKindType] | |
Show DiagnosisKindType Source # | |
Defined in Persistence.Schema.Enums showsPrec :: Int -> DiagnosisKindType -> ShowS show :: DiagnosisKindType -> String showList :: [DiagnosisKindType] -> ShowS | |
PersistField DiagnosisKindType Source # | |
Defined in Persistence.Schema.Enums toPersistValue :: DiagnosisKindType -> PersistValue fromPersistValue :: PersistValue -> Either Text DiagnosisKindType | |
PersistFieldSql DiagnosisKindType Source # | |
Defined in Persistence.Schema.Enums sqlType :: Proxy DiagnosisKindType -> SqlType |
data ReasoningAttemptKindType Source #
Instances
data ProofStatusType Source #
Instances
Eq ProofStatusType Source # | |
Defined in Persistence.Schema.Enums (==) :: ProofStatusType -> ProofStatusType -> Bool (/=) :: ProofStatusType -> ProofStatusType -> Bool | |
Read ProofStatusType Source # | |
Defined in Persistence.Schema.Enums readsPrec :: Int -> ReadS ProofStatusType readList :: ReadS [ProofStatusType] readPrec :: ReadPrec ProofStatusType readListPrec :: ReadPrec [ProofStatusType] | |
Show ProofStatusType Source # | |
Defined in Persistence.Schema.Enums showsPrec :: Int -> ProofStatusType -> ShowS show :: ProofStatusType -> String showList :: [ProofStatusType] -> ShowS | |
PersistField ProofStatusType Source # | |
Defined in Persistence.Schema.Enums toPersistValue :: ProofStatusType -> PersistValue fromPersistValue :: PersistValue -> Either Text ProofStatusType | |
PersistFieldSql ProofStatusType Source # | |
Defined in Persistence.Schema.Enums sqlType :: Proxy ProofStatusType -> SqlType |
data ReasonerKindType Source #
Instances
Eq ReasonerKindType Source # | |
Defined in Persistence.Schema.Enums (==) :: ReasonerKindType -> ReasonerKindType -> Bool (/=) :: ReasonerKindType -> ReasonerKindType -> Bool | |
Read ReasonerKindType Source # | |
Defined in Persistence.Schema.Enums readsPrec :: Int -> ReadS ReasonerKindType readList :: ReadS [ReasonerKindType] readPrec :: ReadPrec ReasonerKindType readListPrec :: ReadPrec [ReasonerKindType] | |
Show ReasonerKindType Source # | |
Defined in Persistence.Schema.Enums showsPrec :: Int -> ReasonerKindType -> ShowS show :: ReasonerKindType -> String showList :: [ReasonerKindType] -> ShowS | |
PersistField ReasonerKindType Source # | |
Defined in Persistence.Schema.Enums toPersistValue :: ReasonerKindType -> PersistValue fromPersistValue :: PersistValue -> Either Text ReasonerKindType | |
PersistFieldSql ReasonerKindType Source # | |
Defined in Persistence.Schema.Enums sqlType :: Proxy ReasonerKindType -> SqlType |
data PremiseSelectionKindType Source #