This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder