Skip to content

Commit

Permalink
Make it apparent (with Poly/ML for now) that Arbint.int = IntInf.int
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Oct 25, 2024
1 parent 729e1b5 commit e38b007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/portableML/Arbint.sig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
signature Arbint =
sig

include Arbintcore where type int = Arbintcore.int
include Arbintcore
val pp_int : int -> HOLPP.pretty

end
2 changes: 1 addition & 1 deletion src/portableML/poly/Arbintcore.sig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
signature Arbintcore =
sig

eqtype int
type int = IntInf.int

type num = Arbnumcore.num

Expand Down

0 comments on commit e38b007

Please sign in to comment.