mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
Reformat the module header.
This commit is contained in:
parent
326340d099
commit
de23ac3803
@ -1,5 +1,9 @@
|
||||
{-# LANGUAGE GADTs, RankNTypes, ScopedTypeVariables #-}
|
||||
module Interpreter (diffTerms, runAlgorithm, runAlgorithmSteps) where
|
||||
module Interpreter
|
||||
( diffTerms
|
||||
, runAlgorithm
|
||||
, runAlgorithmSteps
|
||||
) where
|
||||
|
||||
import Algorithm
|
||||
import Control.Monad.Free.Freer
|
||||
|
Loading…
Reference in New Issue
Block a user