diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-08-02 13:48:26 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-08-02 13:48:26 -0400 |
commit | 949fe8f9ce90257cd354c2d19d611cbcc3b569ef (patch) | |
tree | 7f1afca8ccf70a28b34907d8f7b0744c6c763081 /tests/undet.ur | |
parent | d727966ce805067e227fa96262005056fdfac448 (diff) |
A few error message improvements
Diffstat (limited to 'tests/undet.ur')
-rw-r--r-- | tests/undet.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/undet.ur b/tests/undet.ur new file mode 100644 index 00000000..7dba0ee6 --- /dev/null +++ b/tests/undet.ur @@ -0,0 +1 @@ +fun main () : transaction _ = return <xml/> |