package rfsm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check_dir : string -> unit
val open_file : string -> Stdlib.out_channel * Stdlib.Format.formatter
val close_file : (Stdlib.out_channel * Stdlib.Format.formatter) -> unit
val copy_with_subst : (string * string) list -> Stdlib.in_channel -> Stdlib.out_channel -> unit