Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 23, 2022
1 parent ebbd6d4 commit 3fd524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/positive/Internal/Lambda.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ inductive Box (A : Type) {
x : Box ((A : Type) → A → A);
x := b λ {A a := a};

t1 : {A : Type} → Box ((A : Type) → A → A) → A → A;
t1 : {A : Type} → Box ((A : Type) → A → A) → A → A;
t1 {A} := λ {(b f) := f A};

end;

0 comments on commit 3fd524d

Please sign in to comment.