mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
8 lines
139 B
Text
8 lines
139 B
Text
app "test" provides [foo] to "./platform"
|
|
|
|
MyError : [Error]
|
|
|
|
MyResult := Result U8 MyError
|
|
|
|
foo = @MyResult (Err Error)
|
|
#^^^{-1} MyResult
|