links icon indicating copy to clipboard operation
links copied to clipboard

Infrastructure for verifying type well-formedness

Open dhil opened this issue 4 years ago • 0 comments

During the refactoring of the type structure #637 we collapsed the type structure into a single monolithic data type. This change trades static well-formedness guarantees in favour of making the type structure more easily extensible. We should use the visitor infrastructure in Links to implement dynamic well-formedness checkers for types.

dhil avatar May 31 '21 14:05 dhil