index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pprint.ur
blob: 5d4f7f048711d8e5aa332d14a27ed25af022b101 (
plain
)
1
2
3
4
fun isNone [a] (x : option a) = case x of None => True | Some _ => False