Module Ppl__.Sigs
module type ExactDist = sig ... endmodule type ApproximateDist = sig ... endmodule type SampleDist = sig ... endmodule type Primitive_Distributions = sig ... endmodule type Primitives = sig ... endmodule type Ops = sig ... endmodule type Prob = sig ... end