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

stack safe list #2392

Merged
merged 2 commits into from
Dec 25, 2017
Merged

stack safe list #2392

merged 2 commits into from
Dec 25, 2017

Conversation

bobzhang
Copy link
Member

No description provided.

@bobzhang bobzhang changed the title stack safe list [wip] stack safe list Dec 22, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 375835d on stack_safe_list into ** on master**.


type 'a t = 'a list

external mutableCell : 'a -> 'a t = "%makemutable"
Copy link
Member Author

Choose a reason for hiding this comment

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

this should be

external mutableCell  : 'a -> 'a t -> 'a t = "%makemutable"

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 862ef64 on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 42ec161 on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3aa4fde on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 435a03e on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 435a03e on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 6977cca on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 48ca164 on stack_safe_list into ** on master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f1bac19 on stack_safe_list into ** on master**.

@bobzhang bobzhang changed the title [wip] stack safe list stack safe list Dec 25, 2017
@bobzhang bobzhang merged commit 5d0b9c8 into master Dec 25, 2017
@bobzhang bobzhang deleted the stack_safe_list branch December 25, 2017 03:21
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.

None yet

2 participants