Symbol -is:module

Haskell symbol, e.g. >>, :%
(Kind) This is the kind of type-level symbols.
varsym or consym
(Kind) This is the kind of type-level symbols.
Symbols like forall, =, ->, etc.
Identifies the type of symbol used with the Point mark type. It is used with MShape, LeSymbolType, and LSymbolType. In version 0.4.0.0 all constructors were changed to start with Sym.
An SMT symbol
Define the `<symbol>` tag, equivalent to a named group.
Unique identifier and the string itself
Symbols:
  • F ('F') draw a segment.
  • G ('f' or 'G') move the turtle one unit without drawing
    anything.
  • Plus ('+') turn the turtle clockwise.
  • Minus ('-') turn the turtle anti-clockwise.
  • Reverse ('!') turn the turtle 180 degrees.
  • Flip (~) switch right and left.
  • Push ('[') push the current state onto the stack.
  • Pop (']') pop the current state.
  • Width x ('<', '>') increase (decrease) stroke width by
    factor of 1.1 (0.9).
  • Delta x ('(', ')') increase (decrease) turn angle by factor
    of 1.1 (0.9).
  • X n ('X','Y','Z','A','B') constants.