Module Cduce_types__Types.Xml
Access the XML component of a type. Note that Xml.any is different from the AnyXml type of ℂDuce, which is a recursive type X where X = <_ ..>[(X|Char)*]
module Dnf : Cduce_types__.Bdd.S with type atom = Node.t * Node.t and type t = Times.Dnf.t and type line = Times.Dnf.line and type dnf = Times.Dnf.dnfA representation of the disjunctive normal form (DNF) and related operations for this component.
val any : tThe top type of this component.