palate 0.3.8

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
definition module streams

import StdEnv

instance zero [Real]
instance one [Real]
instance + [Real]        
instance - [Real]
instance * [Real]
instance / [Real]

X :: [Real]
invert :: [Real] -> [Real]
pow :: [Real] Int -> [Real]
(shuffle) infixl 7 :: [Real] [Real] -> [Real]