log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
view tests/cantSql.ur @ 1623:218e2a9a53d0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Better error messages about non-SQL-izability of types
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 03 Dec 2011 15:59:21 -0500
parents
children
line wrap:
on
line source
datatype foo = Bar of int
table bad : { A : foo, B : { X : float } }