• @[email protected]
    link
    fedilink
    111 months ago

    Would you say OCaml or any ml family language would be untyped since they have type inference?

    • @[email protected]
      link
      fedilink
      311 months ago

      From what I know about those I would consider those to be typed languages. Even if the programmer doesn’t explicitly assign the types, he needs to be aware of them and take into account what type something will be. I am familiar with F# and it’s strongly typed for example.