PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • So here is some code:> (#) x y = liftM2 AppE x y> rewrite :: Exp -> ExpQ> rewrite (AppE f x) = do> e <- [| extract |]> if f==e> then [| join |] # rewrite x> else [| ap |] # rewrite f # rewrite xMost of the rest is support for some forms of syntactic sugar.
http://www.w3.org/ns/prov#wasQuotedFrom
  • sigfpe.com