|
@@ -309,7 +309,7 @@ module Meta = struct
|
|
| "unifyMinDynamic" -> UnifyMinDynamic
|
|
| "unifyMinDynamic" -> UnifyMinDynamic
|
|
| "unreflective" -> Unreflective
|
|
| "unreflective" -> Unreflective
|
|
| "unsafe" -> Unsafe
|
|
| "unsafe" -> Unsafe
|
|
- | s -> Custom s
|
|
|
|
|
|
+ | s -> Custom (":" ^ s)
|
|
|
|
|
|
let from_string s =
|
|
let from_string s =
|
|
if s = "" then Custom "" else match s.[0] with
|
|
if s = "" then Custom "" else match s.[0] with
|