Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jan 9, 2023
1 parent d996730 commit e595a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/positive/issue1693/M.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module M;
K x y := x;

I : {A : Type} → A → A;
I {A} := S K (K {_} {Bool});
I := S K (K {_} {Bool});

main : IO;
main := printNatLn
Expand Down

0 comments on commit e595a7c

Please sign in to comment.