Arseniy Zhizhelev

Results 33 issues of Arseniy Zhizhelev

Function should take partial information from `P` and make function that will update value accordingly. ```scala inline def updateState[V, P](updatedEvent: P)(using ev: P isPartialOf V): V => V ``` P...

We should be able to embed structured values into higher level values and access them using lenses.

If we annotate Json with schema, we should be able to retrieve values from it (`Option[T]`).