You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is typically done in two steps.
1. Lorem ipsum:
```signature
List.map_wfParam (xs : List α) (f : α → β) :
List.map f (wfParam xs) = List.map f xs.attach.unattach
```
then this shows up as
This is typically done in two steps.
1. Lorem ipsum:
List.map_wfParam (xs : List α) (f : α → β) :
List.map f (wfParam xs) = List.map f xs.attach.unattach
in the resulting HTML. It seems that indented signature blocks leak the indentation.
(Or should I have de-indented the content of the signature block maybe?)
The text was updated successfully, but these errors were encountered:
When I write
then this shows up as
in the resulting HTML. It seems that indented signature blocks leak the indentation.
(Or should I have de-indented the content of the signature block maybe?)
The text was updated successfully, but these errors were encountered: