Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Base
Documentation
data LanguageName Source #
Constructors
Instances
data PartOfSpeech Source #
Constructors
Adjective | |
Adverb | |
Conjunction | |
Determiner | |
Noun | |
Numeral | |
Prefix | |
Preposition | |
Pronoun | |
Suffix | |
Verb |
Instances
type AppT = ReaderT SqlBackend Source #
runSQLAction :: SqlPersistT (ResourceT (NoLoggingT IO)) a -> IO a Source #