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
/
wildsig.ur
blob: 336772a74a85ff11fc16530a693a0aaf05d58af1 (
plain
)
1
2
3
4
5
6
7
signature S = sig val x : _ end structure M : S = struct val x = 7 end