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

Reformat the header.

This commit is contained in:
Rob Rix 2016-05-26 16:02:35 -04:00
parent d148286cc0
commit 2931045cb3

View File

@ -1,4 +1,8 @@
module Prologue (module X, lookup, FilePath) where
module Prologue
( module X
, lookup
, FilePath
) where
import Protolude as X
import Data.List (lookup)