Erlang compatibility for List Pattern Matching #1615

Erlang compatibility for List Pattern Matching
pull/1624/head
Nikita Prokopov 2024-11-04 14:19:41 +01:00 zatwierdzone przez GitHub
commit 259ea7299d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 1 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,4 +1,7 @@
lookup underscores {
# ignore
ignore sub [bracketleft comma] [underscore_start.seq underscore_middle.seq] bar' underscore;
# middle parts
sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq;