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