You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dhall-lang/dhall-kubernetes#111 (comment), @Gabriel439 suggested adding support for arbitrary recursive types. I thought it was better to create a separate issue to track this because the limitation is more general than that particular instance of the issue.
I would like to help with this, but to be honest I'm not sure how successful I would be given my current Dhall experience (understanding how to model recursive types was tricky enough!). However if anyone could give any hints/pointers I could give it a go.
The text was updated successfully, but these errors were encountered:
Support recursive types as described in https://docs.dhall-lang.org/howtos/How-to-translate-recursive-code-to-Dhall.html.
dhall-to-{json,yaml,yaml-ng}
already has special case support for the recursive JSON type:dhall-haskell/dhall-json/src/Dhall/JSON.hs
Lines 503 to 589 in 4d3bb47
In dhall-lang/dhall-kubernetes#111 (comment), @Gabriel439 suggested adding support for arbitrary recursive types. I thought it was better to create a separate issue to track this because the limitation is more general than that particular instance of the issue.
I would like to help with this, but to be honest I'm not sure how successful I would be given my current Dhall experience (understanding how to model recursive types was tricky enough!). However if anyone could give any hints/pointers I could give it a go.
The text was updated successfully, but these errors were encountered: