PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • runRWST (pass m) r s = liftM (\((a, f), w) -> (a, f w)) (runRWST m r s)censor :: (Monoid w, Monad m) => (w -> w) -> RWST r w s m a -> RWST r w s m aSourcecensor f m is an action that executes the action m and
http://www.w3.org/ns/prov#wasQuotedFrom
  • haskell.org