Conlang/stdlib/std/never.cl

5 lines
82 B
Common Lisp

//! Never: the return type of an infinite loop
#[lang = "never"]
type Never = !;