diff options
Diffstat (limited to 'src/core_util.sig')
-rw-r--r-- | src/core_util.sig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core_util.sig b/src/core_util.sig index 807b477b..835577a3 100644 --- a/src/core_util.sig +++ b/src/core_util.sig @@ -73,6 +73,11 @@ structure Con : sig val exists : {kind : Core.kind' -> bool, con : Core.con' -> bool} -> Core.con -> bool + + val existsB : {kind : 'context * Core.kind' -> bool, + con : 'context * Core.con' -> bool, + bind : 'context * binder -> 'context} + -> 'context -> Core.con -> bool val foldMap : {kind : Core.kind' * 'state -> Core.kind' * 'state, con : Core.con' * 'state -> Core.con' * 'state} |