aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/dn.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-04-16 17:03:41 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-04-16 17:05:35 +0200
commit820a453c158006244f02e079d1a820f6670a1293 (patch)
treea56628d4ef3ed2816d3b410e1e76ad9811e387f5 /tactics/dn.mli
parentf550af8ae4385f59965d2a421173a9a7feec9afa (diff)
Ensuring purity of datastructures in the API.
Diffstat (limited to 'tactics/dn.mli')
-rw-r--r--tactics/dn.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/dn.mli b/tactics/dn.mli
index 20407e9d9..2a60c3eb8 100644
--- a/tactics/dn.mli
+++ b/tactics/dn.mli
@@ -10,7 +10,7 @@ sig
type t
- val create : unit -> t
+ val empty : t
(** [add t f (tree,inf)] adds a structured object [tree] together with
the associated information [inf] to the table [t]; the function