Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Change enum assoc values to Config for consistency, remove <*> op #5

Conversation

SixFiveSoftware
Copy link
Contributor

Config: Just used the type-aliased Config type rather than explicitly stating the
params and their types again, for consistency.
<>: Great operator, but in this case the <^> and <> ops both have the same
signature, and do the exact same thing ultimately, so <*> is not needed.

…y <*> operator.

Config: Just used the type-aliased Config type rather than explicitly stating the
params and their types again, for consistency.
<*>: Great operator, but in this case the <^> and <*> ops both have the same
signature, and do the exact same thing ultimately, so <*> is not needed.
terhechte added a commit that referenced this pull request Oct 21, 2015
…nfig_example

Change enum assoc values to Config for consistency, remove <*> op
@terhechte terhechte merged commit 23f36e2 into terhechte:master Oct 21, 2015
@terhechte
Copy link
Owner

Good Idea, thanks for the PR. That nicely simplifies this example.

@SixFiveSoftware
Copy link
Contributor Author

👍 Great article! Thanks for sharing.

@SixFiveSoftware SixFiveSoftware deleted the fix/refactor_functional_Config_example branch October 21, 2015 14:22
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.

None yet

2 participants