Add module aliases and dependencies

This commit is contained in:
Georges Dupéron 2019-05-15 17:21:12 +02:00
parent da87f9ca86
commit d433dd85fc
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,11 @@
(* UTILITIES *)
let sprintf = Printf.sprintf
module SMap = Utils.String.Map
module Region = Simple_utils.Region
module Pos = Simple_utils.Pos
module SMap = Utils.String.Map
module SSet = Utils.String.Set
(* Making a natural from its decimal notation (for Tez) *)

View File

@ -13,6 +13,7 @@
(libraries
str
zarith
simple-utils
tezos-utils
)
(flags (:standard -open Simple_utils ))