Idris2Doc : Text.WebIDL.Types.Symbol

Text.WebIDL.Types.Symbol

(source)

Definitions

dataSymbol : Type
  A single non-alphanumeric character that is not
part of another recognized text token like a comment
or floating point literal.

Totality: total
Visibility: public export
Constructors:
Ellipsis : Symbol
  An ellipsis : ...
Symb : Char->Symbol
  A single non-alphanumeric character like '=' or '{'.

Hints:
EqSymbol
InterpolationSymbol
ShowSymbol