Skip to content
Snippets Groups Projects
  1. Nov 12, 2017
    • Robbert Krebbers's avatar
      Merge branch 'fmap_assoc' into 'master' · d253d8a1
      Robbert Krebbers authored
      Make `fmap` left associative.
      
      See merge request robbertkrebbers/coq-stdpp!16
      d253d8a1
    • Robbert Krebbers's avatar
      Make `fmap` left associative. · 12e701ca
      Robbert Krebbers authored
      This follows the associativity in Haskell. So, something like
      
        f <$> g <$> h
      
      Is now parsed as:
      
        (f <$> g) <$> h
      
      Since the functor is a generalized form of function application, this also now
      also corresponds with the associativity of function application, which is also
      left associative.
      12e701ca
  2. Nov 11, 2017
  3. Nov 09, 2017
  4. Nov 03, 2017
  5. Nov 01, 2017
  6. Oct 31, 2017
  7. Oct 28, 2017
  8. Oct 27, 2017
  9. Oct 24, 2017
  10. Oct 20, 2017
  11. Oct 19, 2017
  12. Oct 18, 2017
  13. Oct 16, 2017
Loading