Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.09 KB | None | 0 0
  1. let inline (+>) d (u:unit) =
  2.     d <- System.Action<_>(fun x -> u)
  3.  
  4. //d is not mutable error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement