let meta_bool _loc =
function
| false ->
Ast.ExId (_loc, (Ast.IdUid (_loc, "False")))
| true ->
Ast.ExId (_loc, (Ast.IdUid (_loc, "True")))