summaryrefslogtreecommitdiff
path: root/src/util.mli
diff options
context:
space:
mode:
authorChristopher Pulte2015-10-20 14:28:45 +0100
committerChristopher Pulte2015-10-20 14:28:45 +0100
commit68034d3ab0210076395e86dc39a4d2c3f1938868 (patch)
tree2332da641ae9495e518433531d0345d59ece1c4b /src/util.mli
parent117e58ac3da5d79dab16988b693cdd0908c0bb48 (diff)
parent2e49ebb3b1d297e79e8415e7a9bce7d866817f98 (diff)
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/l2
Diffstat (limited to 'src/util.mli')
-rw-r--r--src/util.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.mli b/src/util.mli
index bc2a1261..45e20381 100644
--- a/src/util.mli
+++ b/src/util.mli
@@ -61,6 +61,8 @@ val remove_dups : ('a -> 'a -> int) -> ('a -> 'a -> bool) -> 'a list -> 'a list
val assoc_maybe : ('a -> 'a -> bool) -> ('a * 'b) list -> 'a -> 'b option
+val power : int -> int -> int
+
(** {2 Option Functions} *)
(** [option_map f None] returns [None], whereas