$ smlsharp -c foo.sml
foo.sml:8.2-8.8 Error:
(type inference 018) operator and operand don't agree
operator domain: ''N * ''N
operand: TextIO.instream list * TextIO.instream list
Created
May 5, 2014 08:04
-
-
Save mzp/af5b949ff02073d79963 to your computer and use it in GitHub Desktop.
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
_require "basis.smi" |
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
val xs : TextIO.instream list = | |
[] | |
val ys : TextIO.instream list = | |
[] | |
val ret = | |
xs = ys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment