package dolmen_type

  1. Overview
  2. Docs

Parameter Tff.Ty

val bitv : int -> Type.Ty.t

Create a fixed size bitvector type.

type view = private [>
  1. | `Bitv of int
]

Partial views for types. These are used in the bitv theory to check invariant on indexes of bitv operations (e.g. check that the indexes of an extract do not go out of bounds).

val view : Type.Ty.t -> view

Partial view of a type.

OCaml

Innovation. Community. Security.