Skip to content

Commit

Permalink
Expose builtin module.
Browse files Browse the repository at this point in the history
Signed-off-by: Karolis Petrauskas <[email protected]>
  • Loading branch information
kape1395 committed Sep 30, 2024
1 parent da6ad30 commit caefe81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tlapm_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module Deque = Deque
module Loc = Loc
module Ctx = Ctx
module Backend = Backend
module Builtin = Builtin

open Proof.T

Expand Down
1 change: 1 addition & 0 deletions src/tlapm_lib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module Deque = Deque
module Loc = Loc
module Ctx = Ctx
module Backend = Backend
module Builtin = Builtin

val main : string list -> unit
val init : unit -> unit
Expand Down

0 comments on commit caefe81

Please sign in to comment.