The Disco standard prim library can be imported with
prim
import prim
Currently, the only function it exports is crash : List(Char) -> a, which can be used anywhere and crashes with an arbitrary error message.
crash : List(Char) -> a