Advertisement
Guest User

Untitled

a guest
Mar 30th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.20 KB | None | 0 0
  1.         io {
  2.             let! oFiles = compileFunctions path tb moduleType
  3.             do! gccCompileToDynamicLibrary libs oFiles dylibName
  4.             return! cleanObjectFiles path }
  5.         |> IO.run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement