1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/app/Main.hs

15 lines
189 B
Haskell
Raw Normal View History

2015-11-18 01:44:16 +03:00
module Main where
import Diff
import Patch
import Term
import Syntax
import Control.Comonad.Cofree
import Control.Monad.Free
import Data.Map
2015-11-18 01:44:16 +03:00
main :: IO ()
2015-11-18 01:54:16 +03:00
main = putStrLn "hello world"