package prbnmcn-dagger

  1. Overview
  2. Docs

A Particle is any abstract type from which a weight can be computed.

type t

The type of particles.

type field

The type of weights (as the name indicates, we expect it admits the structure of a field).

val weight : t -> field

weight p is the weight of particle p.