Mentions légales du service

Skip to content
  • Andrei Paskevich's avatar
    Dexpr: forbid mutable let-constants · e55f2b35
    Andrei Paskevich authored
    "let constant x = ref 0" is okay internally (each mention
    of x is a separate application and thus separate allocation),
    but this becomes just too confusing in the surface language.
    e55f2b35