package morsmall

  1. Overview
  2. Docs

Module Morsmall.SafePrinterSource

Sourceval fpf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval pp_name : Format.formatter -> AST.name -> unit
Sourceval pp_word_component : Format.formatter -> AST.word_component -> unit
Sourceval pp_word : Format.formatter -> AST.word -> unit
Sourceval pp_words : Format.formatter -> AST.word list -> unit
Sourceval pp_words' : Format.formatter -> AST.word Location.located list -> unit
Sourceval pp_pattern : Format.formatter -> AST.pattern -> unit
Sourceval pp_assignment : Format.formatter -> AST.assignment -> unit
Sourceval pp_assignments : Format.formatter -> AST.assignment list -> unit
Sourceval pp_assignments' : Format.formatter -> AST.assignment Location.located list -> unit
Sourceval pp_redirection_kind : Format.formatter -> AST.kind -> unit
Sourceval pp_program : Format.formatter -> AST.command' list -> unit
Sourceval pp_command : Format.formatter -> AST.command -> unit
Sourceval pp_command' : Format.formatter -> AST.command' -> unit
Sourceval pp_command_list : Format.formatter -> AST.command list -> unit
Sourceval pp_command'_list : Format.formatter -> AST.program -> unit