package rdf

  1. Overview
  2. Docs

Evaluation of Basic Graph Patterns (BGP).

module type P = sig ... end
module type S = sig ... end
module Make (P : P) : S