Name: Anonymous 2010-04-11 21:31
i'm writing a function that counts how many integers are in an int list but ocaml is forcing me to use it's gay "polymorphic" alpha list. how do i tell ocaml that my function wants to accept only int lists as valid parameters?