ICFGAnalysis<'Fn> Type
The interface for a CFG-based analysis, which is performed on a CFG. This interface wraps an analysis function, which can be unwrapped and executed later.
Instance members
Instance member | Description |
Full Usage:
this.Unwrap
Parameters:
CFGAnalysisEnv<'FnCtx, 'GlCtx>
Returns: 'Fn
Modifiers: abstract Type parameters: 'GlCtx |
Static members
Static member | Description |
Full Usage:
a <+> b
Parameters:
ICFGAnalysis<('a -> 'b)>
b : ICFGAnalysis<('b -> 'c)>
Returns: ICFGAnalysis<('a -> 'c)>
Modifiers: inline Type parameters: 'b, 'c |
|