1
1
mirror of https://github.com/juspay/jrec.git synced 2024-09-19 22:27:49 +03:00

Update README.md

This commit is contained in:
Artyom Kazak 2020-07-29 15:53:25 +03:00 committed by GitHub
parent 04b630bc29
commit e61a4dbfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Based on [superrecord](https://hackage.haskell.org/package/superrecord), but sim
* Provides `generic-lens` instances out of the box. Due to those custom instances, we support polymorphic updates.
* O(1) field access.
* O(1) field access, O(n) construction.
## TODOs