From bf7515a299d894762e10cf0f116e156073071879 Mon Sep 17 00:00:00 2001 From: Matej Kosik Date: Thu, 11 Aug 2016 12:44:03 +0200 Subject: CLEANUP: removing the definition of the "Context.Rel.Declaration.of_tuple" function --- kernel/context.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/context.mli') diff --git a/kernel/context.mli b/kernel/context.mli index 6fce1b95a..55ea8921b 100644 --- a/kernel/context.mli +++ b/kernel/context.mli @@ -80,8 +80,6 @@ sig (** Reduce all terms in a given declaration to a single value. *) val fold : (Constr.t -> 'a -> 'a) -> t -> 'a -> 'a - - val of_tuple : Name.t * Constr.t option * Constr.t -> t end (** Rel-context is represented as a list of declarations. -- cgit v1.2.3