diff options
Diffstat (limited to 'parsing/stdlib.ml')
| -rw-r--r-- | parsing/stdlib.ml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/parsing/stdlib.ml b/parsing/stdlib.ml deleted file mode 100644 index 8c4e2bf681..0000000000 --- a/parsing/stdlib.ml +++ /dev/null @@ -1,17 +0,0 @@ - -(* $Id$ *) - -open Names -open Term -open Declare - -let nat_path = make_path ["Coq";"Init";"Datatypes"] (id_of_string "nat") CCI -let myvar_path = - make_path ["Coq";"Arith";"Arith"] (id_of_string "My_special_variable") CCI - -let glob_nat = IndRef (nat_path,0) - -let glob_O = ConstructRef ((nat_path,0),1) -let glob_S = ConstructRef ((nat_path,0),2) - -let glob_My_special_variable_nat = ConstRef myvar_path |
