package jasmin

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

Module Jasmin.Global

type glob_value =
  1. | Gword of Wsize.wsize * Word0.word
  2. | Garr of BinNums.positive * Warray_.WArray.array
type glob_decl = Var0.Var.var * glob_value