summaryrefslogtreecommitdiff
path: root/src/sail_lib.ml
diff options
context:
space:
mode:
authorThomas Bauereiss2019-03-15 14:51:00 +0000
committerThomas Bauereiss2019-03-15 18:47:30 +0000
commitabab0b23aef8404fc62d4f856df74597a5d86a18 (patch)
tree8b536af58d4f2e57f5509da650aa692cc3b22dfa /src/sail_lib.ml
parent541c1880d31a47302fea48725bd7247d374828d6 (diff)
Various monomorphisation tweaks and fixes
Diffstat (limited to 'src/sail_lib.ml')
-rw-r--r--src/sail_lib.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sail_lib.ml b/src/sail_lib.ml
index d1a21b73..4bb004bf 100644
--- a/src/sail_lib.ml
+++ b/src/sail_lib.ml
@@ -695,6 +695,7 @@ let string_of_zbit = function
| B1 -> "1"
let string_of_znat n = Big_int.to_string n
let string_of_zint n = Big_int.to_string n
+let string_of_zimplicit n = Big_int.to_string n
let string_of_zunit () = "()"
let string_of_zbool = function
| true -> "true"