Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 378da39d authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Restore short type names for int and real in the Coq driver.

parent 726b3f5b
Branches
Tags
No related merge requests found
......@@ -23,6 +23,8 @@ theory BuiltIn
prelude "Require Import BuiltIn."
syntax type int "Z"
syntax type real "R"
syntax predicate (=) "(%1 = %2)"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment