Bow Lite

Compile and test iPad + iOS + macOS + linux bow-lite Playground

Bow Lite 是一个用于 Swift 中类型化函数式编程的跨平台库。 它是 Bow 的一个轻量级版本,其中移除了一些复杂性,例如高阶类型模拟。

文档

所有文档都可以在 我们的网站 上找到。 请注意,文档中的所有示例都使用 Bow 的完整版本。 尽管 Bow Lite 保持与 Bow 的 API 兼容性,但在某些情况下可能存在一些差异。

模块

Bow Lite 提供一个伞形模块 BowLite,其中包含:

如何获取

Bow Lite 可以使用 Swift Package Manager 获取。 您可以使用 Xcode 中相应的向导将其包含在项目中,或者将以下行添加到您的 Package.swift 清单中:

.package(url: "https://github.com/bow-swift/bow-lite.git", from: "{version}")
import BowLite

许可证

Copyright (C) 2018-2021 The Bow Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://apache.ac.cn/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.