package jasmin

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

Module Env.FunsSource

Sourceval push : 'asm env -> (unit, 'asm) Prog.pfunc -> fun_sig -> 'asm env
Sourceval find : Annotations.symbol -> 'asm env -> ((unit, 'asm) Prog.pfunc * fun_sig) option