use unused typevar when encountering unknown value or lambda parameter - type inferencing still not entirely correct

This commit is contained in:
Joeri Exelmans 2025-05-17 10:38:54 +02:00
parent d7a4e210a2
commit 496463bbac
8 changed files with 94 additions and 66 deletions

View file

@ -3,10 +3,11 @@
}
.typeSignature {
display: none;
position: absolute;
display: inline-block;
/* display: none; */
/* position: absolute; */
z-index: 1;
background-color: white;
/* background-color: white; */
/* border: 1px solid black; */
}