Skip to content

Commit

Permalink
Fix the test named_constructor.an
Browse files Browse the repository at this point in the history
  • Loading branch information
eldesh committed Nov 11, 2024
1 parent afe8213 commit 99fe637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typechecking/named_constructor.an
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ foo = hello_foo 42
// args: --check --show-types
// expected stdout:
// Foo : forall a b c. (a - b -> Foo a b can c)
// foo : Foo String Int a
// foo : Foo String (Int a)
// hello_foo : forall a b. (a -> Foo String a can b)

0 comments on commit 99fe637

Please sign in to comment.