Variable NestableConst

Nestable: {
    Nestable: "Nestable";
    NotNestable: "NotNestable";
} = ...

Help distinguish between un-nestable /* * / comments like in JS and nestable {- -} comments like in Elm. \u002A

NOTE: the extra space in * / is because I couldn't figure out how to escape it.

Type declaration

  • Nestable: "Nestable"
  • NotNestable: "NotNestable"