package mopsa

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

Module Core.EvalSource

Eval - abstract evaluations of expressions

Sourcetype 'a eval = ('a, Ast.Expr.expr) Cases.cases
Sourceval singleton : ?changes:Change.change_map -> ?cleaners:Ast.Stmt.stmt list -> ?translations:(Ast.Semantic.semantic * Ast.Expr.expr) list -> Ast.Expr.expr -> 'a Flow.flow -> 'a eval
Sourceval add_translation : Ast.Semantic.semantic -> Ast.Expr.expr -> 'a eval -> 'a eval
Sourceval empty : 'a Flow.flow -> 'a eval
Sourceval not_handled : 'a Flow.flow -> 'a eval
Sourceval join : 'a eval -> 'a eval -> 'a eval
Sourceval join_list : empty:(unit -> 'a eval) -> 'a eval list -> 'a eval
Sourceval meet : 'a eval -> 'a eval -> 'a eval
Sourceval meet_list : empty:(unit -> 'a eval) -> 'a eval list -> 'a eval
Sourceval print : Stdlib.Format.formatter -> 'a eval -> unit
Sourceval remove_duplicates : 'a Lattice.lattice -> 'a eval -> 'a eval
OCaml

Innovation. Community. Security.