init
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
Choice :: |{
|
||||
one
|
||||
}
|
||||
|
||||
describe :: @ choice: Choice -> str { match choice {
|
||||
|.one =>
|
||||
'one'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user