Champii
Champii
With #79 we have all we need to get the merged value of the branching
Related to #81
This could look something like ```haskell enum Option a Some a None ``` and will need to introduce pattern matching to extract embed values ```haskell map: opt, f -> match...
This will probably need #54 and an overall rework of the type and inference systems
Need #138
The current workaround is to put the incriminated literals between parenthesis ```haskell main: -> (1).print() (2.2).print() ```
This issue is the continuation of the discussion about macro initiated in #122
This might be handy to have that before starting the enum implementation, as enums alternatives can be empty #11
I think a simple `HashMap::insert()` would suffice, as it returns an `Option` being `Some(old_value)` if the key existed. We don't need to care if the new value override the old,...
You rightfully changed my mind a while back, when you proposed to have a compiler that runs on rust stable, and I still think that we should stick to it...