Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Error: This expression has type
  2.          (string -> string -> 'a, 'b, 'a) format =
  3.            (string -> string -> 'a, 'b, 'a, 'a, 'a, 'a) format6
  4.        but an expression was expected of type
  5.          (string -> float -> 'c, unit, string) format =
  6.            (string -> float -> 'c, unit, string, string, string, string)
  7.            format6
  8.        Type string is not compatible with type float
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement