Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Literal matching #1

Open
yuanchuan opened this issue Jan 18, 2018 · 0 comments
Open

Literal matching #1

yuanchuan opened this issue Jan 18, 2018 · 0 comments

Comments

@yuanchuan
Copy link
Owner

TODO: The literal matching might be possible by using default value of parameters

match(
  (X = 1) => "OK",
  (X = "hello") => "hello there"
);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant