LSTS Language Reference Website
View the Project on GitHub andrew-johnson-4/lsts-language-reference
type Bool is U8;
true : Bool
false : Bool
&& : (Bool, Bool) -> Bool
|| : (Bool, Bool) -> Bool
not : Bool -> Bool