Advertisement
Sagotch

'a is unbound

Aug 1st, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. 96 type 'a binop_sig = 'a value -> 'a value -> 'a instr
  2. 97
  3. 98 type ibinop_sig = [< `Int of int | `Vector of int * [`Int of int]] binop_sig
  4.  
  5. line 98, characters 7-78:
  6. Error: A type variable is unbound in this type declaration.
  7. In type ([< `Int of int | `Vector of int * [ `Int of int ] ] as 'a) binop_sig
  8. the variable 'a is unbound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement