We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12b127 commit ed6ccf2Copy full SHA for ed6ccf2
src/pages/index-example.md
@@ -1,7 +1,7 @@
1
```reason
2
type schoolPerson = Teacher | Director | Student string;
3
4
-let greeting =
+let greeting stranger =>
5
switch stranger {
6
| Teacher => "Hey professor!"
7
| Director => "Hello director."
0 commit comments