mirror of
https://github.com/github/semantic.git
synced 2024-12-11 20:44:37 +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 ]
|