Matthew Spellings

Results 1 issues of Matthew Spellings

If we consider the following brief example: ``` haskell {-# LANGUAGE OverloadedStrings #-} import Haste.Foreign listHead::[Int]->IO Int listHead = ffi "(function(lst) {return lst[0];})" x = [17, 23, 14::Int] main =...