Created
October 24, 2019 15:37
-
-
Save cemerick/963cd25e3a4d339a4fd4989385ee0639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type k = [ `A of int | `B of string | `Ks of (string fn * k) list ] | |
and 'a fn = 'a -> k -> bool | |
(* Error: In the definition of k, type string fn should be 'a fn *) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment