package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Type : Tff_intf.S
module Ty : Dolmen.Intf.Ty.Ae_Bitv with type t := Type.Ty.t
module T : Dolmen.Intf.Term.Ae_Bitv with type t := Type.T.t

Signature

type Type.err +=
  1. | Invalid_bin_char : char -> Dolmen.Std.Term.t Type.err
    (*

    Error raised when a character that isn't '0' or '1' is used inside a bitvector string

    *)

Additional errors specific to Alt-Ergo's bitvectors' typing.