use unused typevar when encountering unknown value or lambda parameter - type inferencing still not entirely correct
This commit is contained in:
parent
d7a4e210a2
commit
496463bbac
8 changed files with 94 additions and 66 deletions
|
|
@ -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; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue