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

Commits on Oct 21, 2015

  1. Change enum assoc values to Config for consistency, remove unnecessar…

    …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.
    SixFiveSoftware committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    4eecf3e View commit details
    Browse the repository at this point in the history