Module kind_pass::desugar

source ·
Expand description

This pass transforms a sugared tree into a simpler tree.

It does a lot of things like:

  • Setting an unique number for each of the holes
  • Desugar of lets and matchs
  • Untyped derivations for types and records
  • Checking of hidden and erased arguments

Modules

Structs

Functions