Skip to content

Commit

Permalink
reuse $.__
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Oct 1, 2016
1 parent 818df50 commit 7246268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
//. > S.map(S.concat(S.__, '?'), ['foo', 'bar', 'baz'])
//. ['foo?', 'bar?', 'baz?']
//. ```
S.__ = {'@@functional/placeholder': true};
S.__ = $.__;

//. ### Classify

Expand Down

0 comments on commit 7246268

Please sign in to comment.