From 07335670c4339f9c4ae620088d9352be67a77714 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 12 Aug 2017 17:42:09 +0200 Subject: Moving file primitive.ml to cPrimitive.ml to avoid conflict with OCaml. Indeed OCaml has a similar file and this conflicts, at least in debugger. --- kernel/cPrimitives.mli | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 kernel/cPrimitives.mli (limited to 'kernel/cPrimitives.mli') diff --git a/kernel/cPrimitives.mli b/kernel/cPrimitives.mli new file mode 100644 index 0000000000..8cdffb6702 --- /dev/null +++ b/kernel/cPrimitives.mli @@ -0,0 +1,39 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* int + +val to_string : t -> string -- cgit v1.2.3