1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00
semantic/src/Prologue.hs

6 lines
128 B
Haskell
Raw Normal View History

module Prologue (module X, lookup, FilePath) where
import Protolude as X
import Data.List (lookup)
import System.IO (FilePath)