@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 413 B
TypeScript
import type { Lift, TernaryLogical, ValueLogical } from '../r-value';
export declare function liftLogical(log: Lift<TernaryLogical>): ValueLogical;
export declare const ValueLogicalTrue: ValueLogical;
export declare const ValueLogicalFalse: ValueLogical;
export declare const ValueLogicalMaybe: ValueLogical;
export declare const ValueLogicalTop: ValueLogical;
export declare const ValueLogicalBot: ValueLogical;