1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Export lists

This commit is contained in:
Rick Winfrey 2018-11-30 16:23:29 -08:00
parent 83a60c3fdf
commit b20e2d3f7e
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{-# LANGUAGE DataKinds #-}
module Data.Term.Spec where
module Data.Term.Spec (spec) where
import Data.Functor.Listable
import Data.Term

View File

@ -1,5 +1,5 @@
{-# LANGUAGE DataKinds, TypeOperators #-}
module Diffing.Algorithm.RWS.Spec where
module Diffing.Algorithm.RWS.Spec (spec) where
import Analysis.Decorator
import Data.Bifunctor

View File

@ -1,4 +1,4 @@
module Diffing.Algorithm.SES.Spec where
module Diffing.Algorithm.SES.Spec (spec) where
import Data.These
import Diffing.Algorithm.SES

View File

@ -1,5 +1,5 @@
{-# LANGUAGE DataKinds #-}
module Diffing.Interpreter.Spec where
module Diffing.Interpreter.Spec (spec, afterTerm, beforeTerm) where
import Control.Applicative ((<|>))
import Data.Diff