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

Added subkind Numeric and reconfigured lib.ml's #1207

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yung-turabian
Copy link

arithmetic operations to use the numeric subkind as a primitive form of ad hoc polymorphism. Still wrapping my head around Links' codebase but I felt this way of doing things was not too obtuse. I saw there was an effort to bootstrap lib so if that moves forward I assume that this work would have to be refactored. If there is a better approach I would appreciate the feedback.

arithmetic operations to use the numeric subkind
as a primitive form of ad hoc polymorphism.
+ Added build scripts; Offered a fix for emacs mode;
+ Added a TODO markdown for keeping track of things;
+ In `irCheck.ml` a variable named effect needed to be renamed as that is reserved in ocaml now
+ Moved `abs` from Prelude to `lib.ml` to take advantage of pattern matching related OCaml types so it can be ad hoc
+ And started writing some tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant