1
1
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:
Rob Rix 2017-05-31 13:10:58 -04:00
parent 326340d099
commit de23ac3803

View File

@ -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