ALGO: add haddock ignore-exports in KDTree

This commit is contained in:
hasufell 2014-11-29 23:51:23 +01:00
parent 26221f3046
commit 9867d25c4a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Algorithms.KDTree.KDTree where