Advertisement
Guest User

Untitled

a guest
May 24th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.36 KB | None | 0 0
  1. fprintf oc (String.join "\n" header) (String.join " " (List.map string_of_int dimInfo.dimensions)) dimInfo.size;;
  2. (*Error: This expression has type string but an expression was expected of type
  3.          ('a -> 'b -> 'c, out_channel, unit) format =
  4.            ('a -> 'b -> 'c, out_channel, unit, unit, unit, unit)
  5.            CamlinternalFormatBasics.format6*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement