ocaml
0
fork

Configure Feed

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

Register Xmlns_effect printer for to distinguish it from other state effect failures

+2
+2
lib/xml_names/Xmlns_effect.ml
··· 62 62 module Make () = struct 63 63 module E = Algaeff.State.Make (Xmlns_map) 64 64 65 + let () = E.register_printer (function _ -> Some "Unhandled Xmlns effect.") 66 + 65 67 module Decls = Make_writer (struct 66 68 type t = xmlns_attr 67 69 end)