Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/running-grass/grass-python

python的自用工具库
https://github.com/running-grass/grass-python

Last synced: about 1 month ago
JSON representation

python的自用工具库

Awesome Lists containing this project

README

        

# grass-python
python的自用工具库

# FP相关

## 类型类
### Funtor
Functor为泛型的抽象类,包含一个map方法。
目前已经使内置的list类型实现了Functor

#### 相关函数
#### map
#### mapFilpped

### 其它函数
#### 函数操作
##### id
id: foall a. a -> a

##### const
const: forall a b. a -> (b -> a)

##### flip