Skip to content

Commit

Permalink
Added where type for instream and outstream
Browse files Browse the repository at this point in the history
  • Loading branch information
reenberg committed Jan 8, 2011
1 parent bfa0f8a commit 9866e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Extensions/TextIO.sig
@@ -1,6 +1,8 @@
signature TextIO =
sig
include TEXT_IO
include TEXT_IO
where type instream = TextIO.instream
and type outstream = TextIO.outstream

val println : string -> unit
val readFile : string -> string
Expand Down

0 comments on commit 9866e5c

Please sign in to comment.