Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Values do not match:
  2. let make: (~name: string, ~age: int) => option(view)
  3. is not included in
  4. let make: (~name: string, ~age: int) => option(t)
  5.  
  6. Values do not match:
  7. let view: view => view
  8. is not included in
  9. let view: t => view
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement