From 40047b604b23d8342f9f3d499bacff2d78b88749 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 15 Oct 2011 10:05:13 -0400 Subject: Extend and document 'con' syntax with arguments --- tests/conargs.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/conargs.ur (limited to 'tests/conargs.ur') diff --git a/tests/conargs.ur b/tests/conargs.ur new file mode 100644 index 00000000..310e1246 --- /dev/null +++ b/tests/conargs.ur @@ -0,0 +1,9 @@ +con func a b = a -> b + +signature S = sig + con funcy a b = a -> b +end + +structure M : S = struct + con funcy = func +end -- cgit v1.2.3