index
:
purescript/
master
purescript - http://hackage.haskell.org/package/purescript
hdiff
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
failing
/
RowConstructors1.purs
blob: 29cad3f8a1a3030e74b639edecf89de9e0285b5f (
plain
)
1
2
3
4
5
6
module Main where data Foo = Bar type Baz = { | Foo } main = Debug.Trace.trace "Done"