Mentions légales du service

Skip to content
  • Jean-Christophe Filliâtre's avatar
    remove unsound module null.Null · 4e5c3d64
    Jean-Christophe Filliâtre authored
    this was unsound for the following reason:
    - in WhyML, it is possible to make the difference between Null and (Value Null)
    - in OCaml, the two would be the same
    
    fix (and improve) example bag, which was the only use of null.Null so far
    4e5c3d64