Skip to content

Commit

Permalink
automatically run ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Sep 9, 2024
1 parent 5fa076a commit aca3e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unison-runtime/src/Unison/Runtime/Stack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ class MEM (b :: Mem) where
asize :: Stack b -> SZ

instance MEM 'UN where
data Stack 'UN
= -- Note: uap <= ufp <= usp
data Stack 'UN =
-- Note: uap <= ufp <= usp
US
{ uap :: !Int, -- arg pointer
ufp :: !Int, -- frame pointer
Expand Down

0 comments on commit aca3e15

Please sign in to comment.