Add Char module to stdune

This commit is contained in:
Rudi Grinberg 2018-04-06 11:51:03 +08:00
parent 41047e36d1
commit 6688144a74
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module Result = Result
module Set = Set
module Staged = Staged
module String = String
module Char = Char
external reraise : exn -> _ = "%reraise"