Skip to content

Commit 06c1eab

Browse files
committed
link: hconsRecursive
Signed-off-by: Josh Soref <[email protected]>
1 parent 1acfc86 commit 06c1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ And inspect the generated code by the macro expansion by using
948948
logs). That extra inspection gave me some hints.
949949
950950
The issue seems to be in the refinement of `HListParser`. In the previous log the last type parameter of `HListParser.Aux` (the refinement type) was `HD`, an abstract type used
951-
[here](https://github.com/alexarchambault/case-app/blob/v1.2.0/core/shared/src/main/scala/caseapp/core/HListParser.scala#L131-L159),
951+
in [`hconsRecursive`](https://github.com/alexarchambault/case-app/blob/v1.2.0/core/shared/src/main/scala/caseapp/core/HListParser.scala#L131-L159),
952952
and the returned refinement type from the macro was `Option[String] ::
953953
this.P`.
954954

0 commit comments

Comments
 (0)