Mentions légales du service

Skip to content
  • Andrei Paskevich's avatar
    WhyML: accept "let lemma" everywhere · a4ef08a4
    Andrei Paskevich authored
    and sort them out in typing. Actually, there is no reason not
    to have local lemmas.
    
    Also, accept "let ghost (x,y) = ... in ...", which is the
    same as "let x,y = ghost ... in ...", which is the same as
    "match ghost ... with x,y -> ... end".
    a4ef08a4