Created
June 14, 2012 07:56
-
-
Save einblicker/2928877 to your computer and use it in GitHub Desktop.
FS0193 internal errorになるコード
This file contains hidden or 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 A<'X, 'Y when 'X :> A<'X, 'Y> and 'Y :> B<'X, 'Y>> = interface end | |
and B<'X, 'Y when 'X :> A<'X, 'Y> and 'Y :> B<'X, 'Y>> = interface end | |
type C = inherit A<C, D> | |
and D = inherit B<C, D> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment