strega-nil / stregaml

Experimenting with a language implementation in ocaml
Apache License 2.0
32 stars 0 forks source link

Real pattern matching #10

Open strega-nil opened 5 years ago

strega-nil commented 5 years ago

currently, pattern matching is limited to switching on the currently held variant. Full pattern matching would be great.