This repository has been archived by the owner on Feb 10, 2020. It is now read-only.
forked from purescript/purescript
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fn/N in place of fn() where fn both has an overload of arity N and actually returns something of that arity, i.e. for regular curried fns this means N=1, for FnN and EffectFnN this applies more generally - Switch function calls (and references) to the same module to use module: prefixed version if the identifier is exported, to better support code upgrade - Fix run(Effect)FnN inlining which was not firing
- Loading branch information
1 parent
eb0e3f1
commit 40bb8e7
Showing
3 changed files
with
62 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters