summaryrefslogtreecommitdiff
path: root/src/expl_env.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 14:13:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 14:13:06 -0400
commit3f4cbb5f7f9deef169728e445e5b69ef14fedd30 (patch)
tree5dced3d3a8af23f27538d99bc31bcf107222a15a /src/expl_env.sig
parent760ea275ff60358b2c3cf61588cfd5dde27c4e0e (diff)
Catch a missed ReduceLocal of field projection annotations
Diffstat (limited to 'src/expl_env.sig')
-rw-r--r--src/expl_env.sig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/expl_env.sig b/src/expl_env.sig
index 5ded0f02..89594d08 100644
--- a/src/expl_env.sig
+++ b/src/expl_env.sig
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008, Adam Chlipala
+(* Copyright (c) 2008-2010, Adam Chlipala
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -66,4 +66,6 @@ signature EXPL_ENV = sig
val declBinds : env -> Expl.decl -> env
val sgiBinds : env -> Expl.sgn_item -> env
+ val patBinds : env -> Expl.pat -> env
+
end