Skip to content

[WIP] experimental, it shows actually we have most type information even in… #93

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

Closed
wants to merge 1 commit into from

Conversation

bobzhang
Copy link
Member

… lambda layer, it is not complete but sound..

useful scenarios:

  1. generate types as comments in the code
  2. type based optimization

… lambda layer, it is not compilete but sound..
while(true) {
var param = _param;
if (param) {
Caml_curry.app1(f, param[1]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we know the type of f, the curry is not needed

@bobzhang bobzhang self-assigned this Feb 10, 2016
@bobzhang bobzhang closed this Apr 3, 2021
kevinbarabash pushed a commit to kevinbarabash/rescript-compiler that referenced this pull request Dec 24, 2021
2 newlines turn into 1 inside bsb. Not sure why. Format is temporary, so
this'll do until we remove it completely.
@cristianoc cristianoc deleted the type_experimental branch June 18, 2022 02:19
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