Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Replace GlobalDef term constructor with Primitive. #163

Merged
merged 2 commits into from
Feb 22, 2021
Merged

Conversation

brianhuffman
Copy link
Contributor

The new Primitive constructor is for global constants that do not have definitions. Instead of an Ident, they are identified with an ExtCns, which includes a NameInfo and a type.

Fixes #162.

Brian Huffman added 2 commits February 22, 2021 15:01
The new `Primitive` constructor is for global constants that do
not have definitions. Instead of an `Ident`, they are identified
with an `ExtCns`, which includes a `NameInfo` and a type.

Fixes #162.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change representation of saw-core primitives
2 participants