SentenceKindType.hs revision a389e88e0acb83d8489bdc5e55bc5522b152bbec
module Persistence.Schema.SentenceKindType where
import Database.Persist.TH
data SentenceKindType = OpenConjecture | Theorem | CounterTheorem | Axiom
deriving (Show, Read, Eq)
derivePersistField "SentenceKindType"