aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/geninterp.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/geninterp.ml b/tactics/geninterp.ml
index 2e95670d61..e9d3f42925 100644
--- a/tactics/geninterp.ml
+++ b/tactics/geninterp.ml
@@ -24,6 +24,7 @@ module InterpObj =
struct
type ('raw, 'glb, 'top) obj = ('glb, 'top) interp_fun
let name = "interp"
+ let default _ = None
end
module Interp = Register(InterpObj)