Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed May 19, 2024
1 parent 3e0118e commit f7da9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Low/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ data Definition

data Signature
= ConstantSignature !Representation
| FunctionSignature [(PassBy ())] !(PassBy ())
| FunctionSignature [PassBy ()] !(PassBy ())
deriving (Eq, Show, Generic, Hashable)

0 comments on commit f7da9fb

Please sign in to comment.