package opine

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_hash_size : int
module Precedence : sig ... end
module State : sig ... end
exception CauseWithoutException of string
exception UnexpectedNode of string
exception ValueError of string
val noop : string
val noop_state : State.t -> State.t
val maybe_newline : State.t -> string
val fill : State.t -> string -> State.t
val unary_op : PyreAst.Concrete.UnaryOperator.t -> string
val bool_op : PyreAst.Concrete.BooleanOperator.t -> string
val bin_op : PyreAst.Concrete.BinaryOperator.t -> string
val repr : 'a -> 'b
val constant : PyreAst.Concrete.Constant.t -> string
val single_quotes : string array
val multi_quotes : string array
val all_quotes : string array
val multi_quotes_ht : Base.String.t Base.Hash_set.t
val _write_str_avoiding_backslashes : ?quote_types:Base.String.t Base.Array.t -> State.t -> Base.String.t -> State.t
val get_docstring : PyreAst.Concrete.Statement.t -> string option
val write_docstring : State.t -> Base.String.t option -> State.t