package alba

  1. Overview
  2. Docs
type entry =
  1. | Expression of bool * Ast.Expression.t
  2. | Entry of Ast.Source_entry.t
type t
val count : t -> int
val top : t -> entry