Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nockma reification #3381

Merged
merged 15 commits into from
Apr 10, 2025
Merged

Nockma reification #3381

merged 15 commits into from
Apr 10, 2025

Conversation

janmasrovira
Copy link
Collaborator

@janmasrovira janmasrovira commented Apr 1, 2025

It adds the builtins

builtin nockma-noun
type Noun :=
  | atom Nat
  | cell@{
      left : Term;
      right : Term;
    };

builtin nockma-reify
reify {A} : A -> Noun

@janmasrovira janmasrovira self-assigned this Apr 1, 2025
@janmasrovira janmasrovira force-pushed the type-rep branch 6 times, most recently from adb4f84 to bc7376c Compare April 3, 2025 13:54
@janmasrovira janmasrovira changed the title Nockma type representation reification Nockma reification Apr 4, 2025
@janmasrovira janmasrovira marked this pull request as ready for review April 4, 2025 08:01
@janmasrovira janmasrovira requested a review from lukaszcz April 4, 2025 11:36
lukaszcz
lukaszcz previously approved these changes Apr 4, 2025
@janmasrovira janmasrovira requested a review from lukaszcz April 9, 2025 17:26
@lukaszcz lukaszcz merged commit 0ba7c77 into main Apr 10, 2025
4 checks passed
@lukaszcz lukaszcz deleted the type-rep branch April 10, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants