package rfsm

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

Module Rfsm.GuestSource

Required signatures for the guest language

Sourcemodule type INFO = sig ... end
Sourcemodule type TYPES = sig ... end
Sourcemodule type SYNTAX = sig ... end
Sourcemodule type TYPING = sig ... end
Sourcemodule type VALUE = sig ... end
Sourcemodule type STATIC = sig ... end
Sourcemodule type EVAL = sig ... end
Sourcemodule type CTASK = sig ... end
Sourcemodule type SYSTEMC = sig ... end
Sourcemodule type VHDL = sig ... end
Sourcemodule type ERROR = sig ... end
Sourcemodule type OPTIONS = sig ... end

language global signature

Each guest language must provide a set of modules conforming to module signature T.

Sourcemodule type T = sig ... end
OCaml

Innovation. Community. Security.