Explorar el Código

add inspiration resources.

Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
0582f53b92
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      hs/DataStructures.hs

+ 9 - 0
hs/DataStructures.hs

@ -1,3 +1,12 @@
1
{-|
2
    Module: DataStructures
3
    Description: Having fun with (functional) data structures
4
5
    Inspired by:
6
7
      * Purely Functional Data Structures, by Chris Okasaki
8
      * <http://www.infoq.com/presentations/Functional-Data-Structures-in-Scala Functional Data Structures in Scala>, by Daniel Spiewak
9
-}
1 10
module DataStructures where
2 11
3 12
import Prelude hiding (concat, drop, last, length, reverse, take)