Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] Puzzled by Scanf.Scanning.in_channel
@ 2012-06-04 18:59 Diego Olivier Fernandez Pons
  2012-06-04 19:10 ` Gabriel Scherer
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Olivier Fernandez Pons @ 2012-06-04 18:59 UTC (permalink / raw)
  To: caml-list

    Caml-List,

When I try to use Scanf.fscanf with an input channel created with
Scanf.Scanning.from_string the type checker complains

    let s = Scanf.Scanning.from_string "3" in Scanf.fscanf s "%i" (fun x -> x);;

    Characters 55-56:
    Error: This expression has type Scanf.Scanning.in_channel
       but an expression was expected of type in_channel

Which confuses me as from the manual I understood this should have worked.

    val from_string : string -> in_channel

    Scanning.from_string s returns a formatted input channel which
reads from the given string. Reading starts from the first character
in the string. The end-of-input condition is set when the end of the
string is reached.

Could anyone explain how is the proper way to generate a input channel
from a string ? Its for testing a program that will use stdin in
production.

        Diego Olivier

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-05  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-04 18:59 [Caml-list] Puzzled by Scanf.Scanning.in_channel Diego Olivier Fernandez Pons
2012-06-04 19:10 ` Gabriel Scherer
2012-06-04 19:12   ` Diego Olivier Fernandez Pons
2012-06-05  8:53     ` Goswin von Brederlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox