summaryrefslogtreecommitdiffstats
path: root/camlp4/test/fixtures/metalib.ml
blob: 22dff11c6b1bef8ddb1fb0686d4db0c20e9b6608 (plain)
1
2
3
4
5
#load "camlp4of.cma";;
open Camlp4.PreCast;;
module M = Ast.Meta.Make(Ast.Meta.MetaGhostLoc);;
let ghost = Loc.ghost;;
M.Expr.meta_ctyp ghost <:ctyp@ghost< int >>;;