我试图使用luarocks来安装luafilesystem模块。由于im试图安装1.6.2版本,luarocksis试图在我的本地计算机上构建luafilesystem。有人能帮帮我吗?我正在使用:1.Lua5.1用于Windows7.2.cl编译器的MicrosoftVisualStudio9.0 for amd64。3. Microsoft的V6.1 for X64
我在试验类型签名。这里的这个是这样的:nonz f v = let w = f v in if w == 0 then Nothing else Just w print $ nonz (+3) 7但当我把它变成一个典型,我就会犯一个错误: nonz :: (Eq s, Num s, Show s) => z s -