mirror of
https://github.com/github/semantic.git
synced 2024-12-12 04:58:02 +03:00
8 lines
121 B
Haskell
8 lines
121 B
Haskell
|
module Main (main) where
|
||
|
|
||
|
import Gauge
|
||
|
import qualified Parsing
|
||
|
|
||
|
main :: IO ()
|
||
|
main = defaultMain [ Parsing.benchmarks ]
|