= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
'a gxml
is the type for semi-structured documents. They generalize XML by allowing any kind of attributes.
type xml = (string * string) list gxml
xml
is a semi-structured documents where attributes are association lists from string to string.