Skip to content

Commit

Permalink
Revert "Make it apparent (with Poly/ML for now) that Arbint.int = Int…
Browse files Browse the repository at this point in the history
…Inf.int"

This reverts commit e38b007.

This makes the repl's I/O behaviour differ depending on whether or not
Poly has been compiled with IntInf by default because the custom HOL
pretty-printer will/won't get installed for IntInf.

This is causing Github regression errors.
  • Loading branch information
mn200 committed Oct 28, 2024
1 parent f7bb5bb commit d313757
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
include Arbintcore where type int = Arbintcore.int
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

type int = IntInf.int
eqtype int

type num = Arbnumcore.num

Expand Down

0 comments on commit d313757

Please sign in to comment.