Legend:
Library
Module
Module type
Parameter
Class
Class type
val electrod_src : Logs.src
Creates the logging "source" for the electrod library (not the whole application). Defines functions: debug, info, err, warn
let univ_duplicate_atoms args =
info @@ fun m -> args @@ fun written actual ->
m "univ contains duplicate atoms: %a\n\
ignoring them and continuing with this: %a"
(Atom.pp_list) written
(Atom.pp_list) actual