goblint.lib
ObserverAutomaton
goblint.sites
goblint_sites_dune
goblint_sites_js
module type S = sig ... end
module type KMPArg = sig ... end
module KMP (KMPArg : KMPArg) : S with type q = int and type t = KMPArg.t