Stog library reference documentation : Stog_filter_types

Module Stog_filter_types

module Stog_filter_types: sig .. end
Representation of document filters.

type t = 
| Pred of Xtmpl.name * string
| Or of t * t
| And of t * t
| Not of t