package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val id : unit Core__Id.id
val name : string
val debug : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
val checks : 'a list
val init : Mopsa.program -> 'a -> 'b Mopsa.Flow.flow -> 'b Mopsa.Flow.flow
val eval : 'a -> 'b -> 'c -> 'd option
val find_function : string -> Lang.Ast.fundec list -> Lang.Ast.fundec
val ask : 'r. ('a, 'r) Mopsa.query -> ('b, 'c) Mopsa.man -> 'a Mopsa.flow -> ('a, 'r) Mopsa.cases option
val exec_tests : Ast.Stmt.stmt -> Lang.Ast.fundec list -> Mopsa_utils.Location.range -> ('a, 'b) Mopsa.man -> 'a Core.Flow.flow -> ('a, unit) Core.Cases.cases

Execute tests in a unit test program

val exec : Mopsa.stmt -> ('a, 'b) Mopsa.man -> 'a Core.Flow.flow -> 'a Core.Post.post option
val print_expr : 'a -> 'b -> 'c -> 'd -> unit
OCaml

Innovation. Community. Security.