We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Stdlib
1 parent b3d9572 commit 8918c88Copy full SHA for 8918c88
src/bottom_up_cli/datalog_cli.ml
@@ -56,7 +56,7 @@ let handle_goal db lit =
56
try
57
let a = int_of_string (DSym.to_string a)
58
and b = int_of_string (DSym.to_string b) in
59
- Pervasives.compare a b
+ Stdlib.compare a b
60
with Invalid_argument _ -> compare a b
61
in
62
match (DLogic.open_literal lit :> string * DLogic.term list) with
0 commit comments