5 lines
170 B
Text
5 lines
170 B
Text
prelude
|
|
import Init.System.IO
|
|
|
|
#eval (throw $ IO.userError "this is my error" : IO Unit)
|
|
#eval (throw $ IO.Error.noFileOrDirectory "file.ext" 31 "and details" : IO Unit)
|