File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ <h2>Higher-Kinded <br/> Data</h2>
552
552
553
553
### `HKD.pure`
554
554
555
- Create an instance for any field type
555
+ Create an instance
556
556
```scala
557
557
def pure[A[_]](f: [t] => () => A[t]): Data[A]
558
558
```
@@ -682,12 +682,11 @@ <h2>Higher-Kinded <br/> Data</h2>
682
682
Storing metadata is more complicated
683
683
684
684
```scala
685
- case class Meta[T](
686
- name: String,
687
- index: Int,
688
- child: Option[Meta[T]]
685
+ case class Const[V](
686
+ value: V
687
+ child: Option[Const[V]]
689
688
)
690
- val meta: Input[Meta ]
689
+ val meta: Input[Const ]
691
690
```
692
691
< span style ="font-size: 0.7em;color: gray "> Works only with wrapping</ span >
693
692
@@ -839,7 +838,9 @@ <h2>Higher-Kinded <br/> Data</h2>
839
838
840
839
< span class ="breadcrumb-data "> Decisions4s » Context</ span >
841
840
842
- ### We're hiring!
841
+ ## We're hiring!
842
+ ### Remotely!
843
+ #### For good bucks!
843
844
844
845
++++
845
846
You can’t perform that action at this time.
0 commit comments