Type Alias lambda_types::datatypes::Nil

source ·
pub type Nil = Constant<True>;
Expand description

An empty singly linked list.

Aliased Type§

struct Nil { /* private fields */ }