roc/crates/compiler/uitest/tests/solve/infer_contextual_crash.txt

6 lines
207 B
Text

app "test" provides [getInfallible] to "./platform"
getInfallible = \result -> when result is
#^^^^^^^^^^^^^{-1} [Ok a]* -[[getInfallible(0)]]-> a
Ok x -> x
_ -> crash "turns out this was fallible"