Skip to content

Instantly share code, notes, and snippets.

@hirokai
hirokai / gist:5184002
Created March 17, 2013 22:55
hfsevents-0.1.3 installation error
$ sudo cabal install hfsevents
Resolving dependencies...
Configuring hfsevents-0.1.3...
Building hfsevents-0.1.3...
Preprocessing library hfsevents-0.1.3...
[1 of 1] Compiling System.OSX.FSEvents ( System/OSX/FSEvents.hs, dist/build/System/OSX/FSEvents.o )
[1 of 1] Compiling System.OSX.FSEvents ( System/OSX/FSEvents.hs, dist/build/System/OSX/FSEvents.p_o )
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:5:0:
0,
@hirokai
hirokai / gist:5112043
Created March 7, 2013 21:39
Pratt and Chandler’s theory calculation
import Data.List
import Data.Maybe
import Control.Monad
type RealFunc = Double -> Double
fi :: Int -> Double
fi = fromIntegral
integral :: RealFunc -> (Double,Double) -> Maybe Int -> Double