package base

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

For determining the word size that the program is using.

type t =
  1. | W32
  2. | W64
val sexp_of_t : t -> Sexplib0.Sexp.t
val num_bits : t -> int
val word_size : t

Returns the word size of this program, not necessarily of the OS.