4 kyu

Playing with opacity

Description
Loading description...
Puzzles
  • Please sign in or sign up to leave a comment.
  • malcolmsharpe Avatar

    I loved the simplicity of this kata. Very cool.

  • Voile Avatar

    Sample tests is testing something different from the actual tests. The required equality is eq_refl : (fun n : nat => strange n tt) = (fun _ : nat => tt), but somehow Fail Check eq_refl : strange 0 = (fun x => x) and Fail Check eq_refl : strange 0 = (fun x => x) is in the sample tests, and they do not test the same thing (also it's easier to pass the latter).