A top-level declaration can appear at the top level or outermost scope of a Unison file. It can be one of the following forms:
- A term declaration,like
x = 42
- A type declaration,like
- A use clause,like
use base
oruse math sqrt
A top-level declaration can appear at the top level or outermost scope of a Unison file. It can be one of the following forms:
x = 42
use base
oruse math sqrt