Created
          September 5, 2014 21:02 
        
      - 
      
- 
        Save aarondaub/1f27e53d37ac0f5efd77 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or 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
    
  
  
    
  | func compose <A, B, C>(lhs:(B -> C), rhs:(A -> B)) -> (A -> C){ | |
| return { lhs(rhs($0)) } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment