diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-17 20:38:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-17 20:38:29 +0200 |
commit | 4f9cf618c825a4a1833feab423a99c5c751a923f (patch) | |
tree | 8af2378e07d2d493f37197f565031493331670f9 /src/Trivmix | |
parent | 00ccb93caaebc67e323b3e71f83e546bc950fed2 (diff) | |
download | trivmix-4f9cf618c825a4a1833feab423a99c5c751a923f.tar trivmix-4f9cf618c825a4a1833feab423a99c5c751a923f.tar.gz trivmix-4f9cf618c825a4a1833feab423a99c5c751a923f.tar.bz2 trivmix-4f9cf618c825a4a1833feab423a99c5c751a923f.tar.xz trivmix-4f9cf618c825a4a1833feab423a99c5c751a923f.zip |
Smoothing out discontinuities
Diffstat (limited to 'src/Trivmix')
-rw-r--r-- | src/Trivmix/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Trivmix/Types.hs b/src/Trivmix/Types.hs index 874eb42..a6a41b9 100644 --- a/src/Trivmix/Types.hs +++ b/src/Trivmix/Types.hs | |||
@@ -3,6 +3,7 @@ | |||
3 | module Trivmix.Types | 3 | module Trivmix.Types |
4 | ( Level | 4 | ( Level |
5 | , toFloat | 5 | , toFloat |
6 | , asFloat | ||
6 | , Adjustment(..) | 7 | , Adjustment(..) |
7 | , doAdjustment | 8 | , doAdjustment |
8 | , module Data.Default | 9 | , module Data.Default |