1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Main squeeze

This commit is contained in:
Ayman Nadeem 2019-10-10 14:59:56 -04:00
parent 40565dd093
commit a8f4be8c72
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{-# LANGUAGE ApplicativeDo #-}
{-# LANGUAGE TypeApplications #-}
module CLI (main) where
module Main (main) where
import System.Environment
import TreeSitter.Unmarshal

View File

@ -1,3 +0,0 @@
module Main where
import CLI (main)