summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/Algorithms.hs
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2018-04-01 10:25:10 -0700
committerGitHub <noreply@github.com>2018-04-01 10:25:10 -0700
commit7ff1249249cb1b238e3e5ffafdaa9180c86242b9 (patch)
tree903fa549ea33ae9eff9fb527375f87548948d41d /packages/base/src/Internal/Algorithms.hs
parent1bdd94324c6e7cd9d9361c4136998d4c14ea3857 (diff)
parent63ceed4a69563c08e54269a4a9d3e5d27cb7c489 (diff)
Merge branch 'master' into master
Diffstat (limited to 'packages/base/src/Internal/Algorithms.hs')
-rw-r--r--packages/base/src/Internal/Algorithms.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/src/Internal/Algorithms.hs b/packages/base/src/Internal/Algorithms.hs
index 99c9e34..cea06ce 100644
--- a/packages/base/src/Internal/Algorithms.hs
+++ b/packages/base/src/Internal/Algorithms.hs
@@ -4,6 +4,8 @@
4{-# LANGUAGE UndecidableInstances #-} 4{-# LANGUAGE UndecidableInstances #-}
5{-# LANGUAGE TypeFamilies #-} 5{-# LANGUAGE TypeFamilies #-}
6 6
7{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
8
7----------------------------------------------------------------------------- 9-----------------------------------------------------------------------------
8{- | 10{- |
9Module : Internal.Algorithms 11Module : Internal.Algorithms