Previous Contents Next
6.5 Constants

constant ::= integer-literal
  | float-literal
  | char-literal
  | string-literal
  | cconstr
  | `tag-name

定数の文法クラスには 4 つの型のリテラル (整数、浮動小数点小数、文字、文字列) 、通常のバリアントと多相バリアントの定コンストラクタがあります。


Previous Contents Next