Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Fixed Turing @model to functions #41

Merged
merged 1 commit into from
Mar 13, 2022
Merged

Conversation

storopoli
Copy link
Owner

This fixes the deprecated syntax:

@model model_name = begin
    ...
end

to the preferred function syntax:

@model function model_name
    ...
end

@storopoli storopoli merged commit fec2d6f into master Mar 13, 2022
@storopoli storopoli deleted the js/fix-turing-functions branch March 13, 2022 11:43
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.

1 participant