sourcephile
/
git
/
comptalang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
init
[comptalang.git]
/
web
/
config
/
models
1
User
2
ident Text
3
password Text Maybe
4
UniqueUser ident
5
deriving Typeable
6
Email
7
email Text
8
user UserId Maybe
9
verkey Text Maybe
10
UniqueEmail email
11
12
-- By default this file is used in Model.hs (which is imported by Foundation.hs)