Module Tezos_webassembly_interpreter.Source
type pos = {file : string;line : int;column : int;
}type region = {left : pos;right : pos;
}type 'a phrase = {at : region;it : 'a;
}val string_of_pos : pos -> stringval string_of_region : region -> string