Guest User

Untitled

a guest
Apr 4th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. /here/there/everywhere/ggplotnim/playground/column.nim(482, 12) Error: type mismatch: got <string>
  2. but expected one of:
  3. proc `&`(x: string; y: char): string
  4. first type mismatch at position: 2
  5. missing parameter: y
  6. proc `&`[T](x: T; y: seq[T]): seq[T]
  7. first type mismatch at position: 2
  8. missing parameter: y
  9. proc `&`(x, y: string): string
  10. first type mismatch at position: 2
  11. missing parameter: y
  12. 6 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see them
  13.  
  14. expression: &"Column of type: {toNimType(c.kind)} with length: {c.len}\n"
Advertisement
Add Comment
Please, Sign In to add comment