Commit e2edcd961e909ece00ca0904591ac1073c32f8be

Thomas de Grivel 2023-04-02T17:29:16

list

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/lib/c3/0.1/c3.facts b/lib/c3/0.1/c3.facts
index c83eecc..36e61a9 100644
--- a/lib/c3/0.1/c3.facts
+++ b/lib/c3/0.1/c3.facts
@@ -26,9 +26,9 @@
 {C3./, :operator_precedence, 2}
 {C3./, :operator_associativity, :left}
 {C3.first, :fn, fn {
- ([a | _b]) { a }
+ ((a | _b)) { a }
  ({a, _b}) { a }
  ({a, _b, _c}) { a }
  ({a, _b, _c, _d}) { a }
 }}
-%{hash: 0xE5824A30B59B37EB}
+%{hash: 0x375C2B0E1EE24CD3}