mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
15 lines
189 B
Haskell
15 lines
189 B
Haskell
module Main where
|
|
|
|
import Diff
|
|
import Patch
|
|
import Term
|
|
import Syntax
|
|
import Control.Comonad.Cofree
|
|
import Control.Monad.Free
|
|
import Data.Map
|
|
|
|
|
|
|
|
main :: IO ()
|
|
main = putStrLn "hello world"
|