Module Fnf


module Fnf: sig .. end

val help : unit -> 'a

type current_scope =
| None
| Scope of Fnf_core.scope
val main : unit -> unit