Package arrow.meta.dsl.platform

Functions

cli
Link copied to clipboard
fun <A> cli(f: () -> A): A?

The cli function selectively evaluates f in the Command Line Compiler. f is ignored if this is an IDEA plugin

ide
Link copied to clipboard
fun <A> ide(f: () -> A): A?

The ide function selectively evaluates f in the IDEA plugin. f is ignored if this is an command line compiler plugin