package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type group = {
  1. group_text : string;
  2. pieces : Piece.t list;
}
val equal_group : group -> group -> Ppx_deriving_runtime.bool
val group_to_yojson : group -> Yojson.Safe.t
type t =
  1. | Single of Piece.t
  2. | Group of group
val equal : t -> t -> Ppx_deriving_runtime.bool
val _ : t -> Yojson.Safe.t
val hash : t -> int
val to_yojson : t -> Yojson.Safe.t