X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fmisc.ml;h=dc14fdddff77ea5d253311a728639267ad5e9ff6;hb=88375a854dab33de2193a7da5be652ae50f2ca64;hp=f8156b0d22191f8cfe0da534b6b0458a61c2630c;hpb=974dacbf4f625bfd8ea83db69d6b346050141fea;p=tatoo.git diff --git a/src/misc.ml b/src/misc.ml index f8156b0..dc14fdd 100644 --- a/src/misc.ml +++ b/src/misc.ml @@ -13,10 +13,6 @@ (* *) (***********************************************************************) -(* - Time-stamp: -*) - (** Various generic signatures and generic module and functor definitions *) INCLUDE "utils.ml" @@ -49,3 +45,5 @@ struct let x1, y1 = p1 and x2, y2 = p2 in X.equal x1 x2 && Y.equal y1 y2 end + +external int_of_bool : bool -> int = "%identity"