OCaml implementation of the Mozilla Public Suffix service
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

publicsuffix: apply ocamlformat

+1 -1
+1 -1
gen/gen_psl.ml
··· 34 34 (** A parsed rule *) 35 35 36 36 type trie_node = { 37 - id : int; (* Unique identifier for this node *) 37 + id : int; (* Unique identifier for this node *) 38 38 mutable rule : (rule_type * section) option; 39 39 mutable children : (string * trie_node) list; 40 40 mutable wildcard_child : trie_node option;