finos / morphir-elm

Tools to work with the Morphir IR in Elm.
https://package.elm-lang.org/packages/finos/morphir-elm/latest
Apache License 2.0
45 stars 63 forks source link

Check for bad recursion #1113

Open AttilaMihaly opened 10 months ago

AttilaMihaly commented 10 months ago

Is your feature request related to a problem? Please describe. Se this discussion for an explanation of the problem: https://github.com/finos/morphir/discussions/206

Describe the solution you'd like We should report such recursions as invalid and fail in the Elm frontend.

Describe alternatives you've considered We considered providing reasonable semantics for such use cases but decided that it would be difficult to com up with a meaningful interpretation.