diff options
-rw-r--r-- | tests/functor.lac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functor.lac b/tests/functor.lac index d126c029..5adfb597 100644 --- a/tests/functor.lac +++ b/tests/functor.lac @@ -33,3 +33,5 @@ val three : int = SO.three structure SS : S = S structure SSO = F (SS) val three : SS.t = SSO.three + +val main = three |