@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
11 lines (10 loc) • 434 B
TypeScript
import { type Lift, type TernaryLogical, type 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;