Skip to content

Commit df8dfb7

Browse files
committed
opaque
1 parent 5548d4e commit df8dfb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/sys.mlp

+4
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ external runtime_warnings_enabled: unit -> bool =
110110
(* The version string is found in file ../VERSION *)
111111

112112
let ocaml_version = "%%VERSION%%";;
113+
114+
(* Optimization *)
115+
116+
external opaque_identity : 'a -> 'a = "%opaque"

0 commit comments

Comments
 (0)