Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/running-grass/grass-python
python的自用工具库
https://github.com/running-grass/grass-python
Last synced: about 1 month ago
JSON representation
python的自用工具库
- Host: GitHub
- URL: https://github.com/running-grass/grass-python
- Owner: running-grass
- License: mit
- Created: 2021-10-31T00:44:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T05:05:45.000Z (about 3 years ago)
- Last Synced: 2024-10-11T09:33:43.175Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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