Closed zanieb closed 1 year ago
type NAME = ... was previously being treated as an attempt to load the NAME when we actually want to store NAME as a new binding.
type NAME = ...
NAME
type NAME = ...
was previously being treated as an attempt to load theNAME
when we actually want to storeNAME
as a new binding.