Skip to content

Commit

Permalink
Export FromNatural identifiers public
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Jul 31, 2024
1 parent 57964c6 commit 204681b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ type FromNatural A :=
mkFromNatural {
builtin from-nat
fromNat : Nat -> A
};
};

open FromNatural public;

0 comments on commit 204681b

Please sign in to comment.