package bap-primus

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

Module type Linker.Code

Code representation.

A code representation is abstract and hides how the code itself is represented. It is just a function, that takes a machine and performs a computation using this machine.

Parameters

Signature

val exec : unit Machine.t

exec computes the code.

OCaml

Innovation. Community. Security.