Guest User

Untitled

a guest
Jan 18th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #@type tile :: String.t # matches any string
  2. @type x :: <<_::8>>
  3.  
  4. def x do
  5. x
  6. end
  7.  
  8. IO.inspect x 6
Add Comment
Please, Sign In to add comment