antisplice-0.13.1.0: An engine for text-based dungeons.
Game.Antisplice.Errors
Description
Provides the error datatype for Antisplice
Synopsis
data SplErr Source
Antisplice errors
Constructors
Triggers program termination
Escape the waiter loop
I don't understand that.
Please start with a verb.
I can't see one here.
You don't carry one.
Which one do you mean?
I can't equip that.
I can't wear that there. You might want to try some other place?
Where?
Sorry, I can't cast that now. Check you health, mana and cooldowns.
I can't walk there.
I can't take that.
I won't hit that.
Instances
type SplErrT m = FailT SplErr mSource
Alias for FailT SplErr
FailT
SplErr