mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
Export lists
This commit is contained in:
parent
83a60c3fdf
commit
b20e2d3f7e
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module Data.Term.Spec where
|
||||
module Data.Term.Spec (spec) where
|
||||
|
||||
import Data.Functor.Listable
|
||||
import Data.Term
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Diffing.Algorithm.SES.Spec where
|
||||
module Diffing.Algorithm.SES.Spec (spec) where
|
||||
|
||||
import Data.These
|
||||
import Diffing.Algorithm.SES
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user