package traildb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tdb_event_filter
type literal =
  1. | Pos of tdb_item
  2. | Neg of tdb_item
type disjunction =
  1. | Or of literal list
type conjunction =
  1. | And of disjunction list