Poorva Garg
Poorva Garg
I am trying to install hakaru using the steps described on the link: https://hakaru-dev.github.io/intro/installation/ I am facing the following issue ``` error: Not in scope: data constructor ‘ReplOpts’ | 134...
Fixes #129 `functional()` failed to handle a `break` statement inside a loop but outside an `if-then-else`. The source of this bug was the function `dominators(cfg; entry = 1)` in `src/passes/passes.jl`...
Using `functional()` on a function that consist of a loop and a `break` statement throws a ` KeyError`. I have included a minimal example below. I am using Julia version...