aboutsummaryrefslogtreecommitdiffhomepage
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
commitfdce2b90afbf31a31b312e52c0fc97434e9638a8 (patch)
tree5dced3d3a8af23f27538d99bc31bcf107222a15a /src/expl_env.sig
parentab23256c70d97509cf4dea53fd9ec8969966cfa9 (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