summaryrefslogtreecommitdiff
path: root/test/c/poly_pair.sail
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/poly_pair.sail')
-rw-r--r--test/c/poly_pair.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/poly_pair.sail b/test/c/poly_pair.sail
index 6d0bdaad..c4989829 100644
--- a/test/c/poly_pair.sail
+++ b/test/c/poly_pair.sail
@@ -4,7 +4,7 @@ val print = "print_endline" : string -> unit
val "eq_int" : (int, int) -> bool
-union test ('a : Type) ('b : Type) = {
+union test('a : Type, 'b : Type) = {
Ctor1 : ('a, 'b),
Ctor2 : int
}