Documentation

CustomPrelude

discard e is a synonym for let _ ← e in a do block.

Equations
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A shorthand to indicate at runtime that something has not been implemented yet. A (default := e) can be given as first argument to indicate the value to be returned, when either no Inhabited instance exists for the return type, or one exists but returns a nonsensical value for this purpose.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For