Remove type annotations on CLI examples

This commit is contained in:
Richard Feldman 2024-04-28 08:20:31 -04:00
parent 3742ef5f42
commit 1c83abcb03
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
7 changed files with 1 additions and 8 deletions

View file

@ -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 ->