Module Render.Fallthrough

module F = Format
type namespace = string
type anchor = string
type letter = string
type next = anchor * letter
type ctx = {
  1. namespace : namespace;
  2. next : next option;
}
val anchor_of_group : string -> string -> anchor
val anchor_of_else : string -> anchor
val prose_of_fallthrough : anchor:anchor -> text:string -> Lang__Pl__Render__.Adoc.prose