Skip to content

Commit

Permalink
load "re" in the infer repl
Browse files Browse the repository at this point in the history
Summary: This is needed to use `Re` or `Str` in the toplevel.

Reviewed By: martintrojer

Differential Revision: D60508314

fbshipit-source-id: c82ec062e08e89ff90cc2e0e15b6de1797f0ba4b
  • Loading branch information
jvillard authored and facebook-github-bot committed Jul 31, 2024
1 parent 204ba90 commit 927b4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/toplevel_init
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#require "ocamlgraph";;
#require "ppx_compare";;
#require "ppx_fields_conv";;
#require "re";;
#require "sawja";;
#require "sqlite3";;
#require "xmlm";;
Expand Down

0 comments on commit 927b4a0

Please sign in to comment.