mirror of
https://github.com/github/semantic.git
synced 2025-01-05 14:11:33 +03:00
6 lines
128 B
Haskell
6 lines
128 B
Haskell
|
module Prologue (module X, lookup, FilePath) where
|
||
|
|
||
|
import Protolude as X
|
||
|
import Data.List (lookup)
|
||
|
import System.IO (FilePath)
|