From 4b24bb7d3b770592015c264001b9aed9fe95c200 Mon Sep 17 00:00:00 2001 From: Matej Kosik Date: Thu, 11 Aug 2016 12:41:08 +0200 Subject: CLEANUP: removing the definition of the "Context.Rel.Declaration.to_tuple" function --- kernel/context.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/context.mli') diff --git a/kernel/context.mli b/kernel/context.mli index b5f3904d22..6fce1b95a8 100644 --- a/kernel/context.mli +++ b/kernel/context.mli @@ -81,7 +81,6 @@ sig (** Reduce all terms in a given declaration to a single value. *) val fold : (Constr.t -> 'a -> 'a) -> t -> 'a -> 'a - val to_tuple : t -> Name.t * Constr.t option * Constr.t val of_tuple : Name.t * Constr.t option * Constr.t -> t end -- cgit v1.2.3