Skip to content
Snippets Groups Projects
Commit e1059142 authored by Thomas Wood's avatar Thomas Wood
Browse files

Fix definition of __LOC__ to reintroduce the magic.

parent fb1af713
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ let ( && ) = Pervasives.( && );;
let ( || ) = Pervasives.( || );;
(**{6 Debugging }*)
let __LOC__ = Pervasives.__LOC__;;
external __LOC__ : string = "%loc_LOC"
(**{6 Integer arithmetic }*)
let ( + ) = Pervasives.( + );;
......
......@@ -38,7 +38,7 @@ val ( && ) : bool -> bool -> bool
val ( || ) : bool -> bool -> bool
(**{6 Debugging }*)
val __LOC__ : string
external __LOC__ : string = "%loc_LOC"
(**{6 Integer arithmetic }*)
val ( + ) : int -> int -> int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment