mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Remove type annotations on CLI examples
This commit is contained in:
parent
3742ef5f42
commit
1c83abcb03
7 changed files with 1 additions and 8 deletions
|
@ -16,7 +16,6 @@ app "example"
|
|||
input : Str
|
||||
input = "Airplane!,1980,\"Robert Hays,Julie Hagerty\"\r\nCaddyshack,1980,\"Chevy Chase,Rodney Dangerfield,Ted Knight,Michael O'Keefe,Bill Murray\""
|
||||
|
||||
main : Task {} *
|
||||
main =
|
||||
when CSV.parseStr movieInfoParser input is
|
||||
Ok movies ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue