Module Fang_tiger.Property

type 'a t = 'a property
exception Unknown of source_span
val query : tag -> 'a t -> 'a

Look up the value of a property for a particular element, by its tag.

Raises Unknown if this tag does have a corresponding property value.

val iter : 'a t -> (tag * 'a) iter