Skip to content

Commit

Permalink
Remove unused type from Anoma test file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed May 10, 2024
1 parent fa49bb8 commit 4b0cd40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Anoma/Compilation/positive/test075.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import Stdlib.Debug.Trace open;
builtin anoma-encode
axiom anomaEncode : {A : Type} -> A -> Nat;

type R := mkR { a : Nat; b : Nat };

type Tree := leaf Nat | node Tree Tree;

main : Nat :=
-- jam 0 == 2
trace (anomaEncode 0)
Expand Down

0 comments on commit 4b0cd40

Please sign in to comment.