diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test3.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test3.sail b/src/test/test3.sail index ed30d243..b07ffb7d 100644 --- a/src/test/test3.sail +++ b/src/test/test3.sail @@ -17,7 +17,7 @@ function unit ignore(x) = () (* extern functions *) val extern ( nat * nat ) -> nat effect pure add = "add" -val extern ( nat * nat ) -> nat effect pure (deinfix + ) = "add_infix" (* infix plus *) +val extern ( nat * nat ) -> nat effect pure (deinfix + ) = "add" (* infix plus *) function nat (deinfix * ) ( (nat) x, (nat) y ) = 42 |
