Skip to content
  1. Mar 29, 2020
  2. Jan 27, 2020
  3. Jan 23, 2020
  4. Jan 14, 2020
  5. Jan 13, 2020
  6. Dec 17, 2019
  7. Dec 16, 2019
  8. Dec 15, 2019
  9. Dec 12, 2019
  10. Dec 11, 2019
    • Justin Andresen's avatar
      Don't allow scoped type variables #15 · a18ae260
      Justin Andresen authored
      In Haskell type variables in expression type signatures do not
      refer to the type variables in the function's type signature.
      If the type signature is introduced artificially by the inliner
      (see ec9047a7), type variables are still scoped.
      a18ae260
    • Justin Andresen's avatar
      Annotate return type before inlining #15 · ec9047a7
      Justin Andresen authored
      Due to the lack of type inference, the return type of helper
      functions is not known by the compiler. There are some cases
      where Coq cannot infer their return type either (see #11).
      We can help Coq to infer the types of helper functions by
      annotating the recursive calls with the return type provided
      by the user.
      ec9047a7
Loading