package mopsa

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

Domain identification

=====================

include sig ... end
val id : unit Core__Id.id
val name : string
val debug : ('a, Format.formatter, unit, unit) format4 -> 'a
val checks : 'a list

Command-line options

====================

Initialization

==============

val init : 'b -> 'c -> 'a Mopsa.flow -> 'a0 Mopsa.Flow.flow

Computation of post-conditions

==============================

val exec : Mopsa.stmt -> ('a, 'b) Mopsa.man -> 'c Mopsa.Flow.flow -> ('d, unit) Core.Cases.cases option
val eval : Mopsa.expr -> ('a, 'b) Mopsa.man -> 'c Mopsa.Flow.flow -> ('d, Ast.Expr.expr) Mopsa.Cases.cases option

=========================

val ask : 'a -> 'b -> 'c -> 'd option
val print_expr : 'a -> 'b -> 'c -> 'd -> unit
OCaml

Innovation. Community. Security.