Decodal

Bool

Bool は真偽値を表す primitive type constraint である。

enable = Bool default true;
disable = Bool default false;

リテラル

Bool が受け入れるリテラルは以下である。

true
false