Closed hirrolot closed 4 years ago
Is there a way to achieve conditional compilation in Idris2? More precisely, I need to somehow let a user specify one of three options: A, B, or C, and, based on the choice, export different functions from my library.
A
B
C
@Hirrolot I think you might have better luck asking over on reddit.com/r/idris. The community there is pretty helpful and reasonably active!
Ok, thx )
Is there a way to achieve conditional compilation in Idris2? More precisely, I need to somehow let a user specify one of three options:
A
,B
, orC
, and, based on the choice, export different functions from my library.