Skip to content

Commit

Permalink
Update src/Syntax/TimeAgnostic.hs
Browse files Browse the repository at this point in the history
Co-authored-by: sophierain <[email protected]>
  • Loading branch information
zoep and sophierain authored Oct 11, 2023
1 parent 8410734 commit 34d4c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Syntax/TimeAgnostic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ field a c x = object [ "kind" .= pack "Field"

instance ToJSON (TypedExp t) where
toJSON (TExp typ a) = object [ "kind" .= pack "TypedExpr"
, "sort" .= pack (show typ)
, "type" .= pack (show typ)
, "expression" .= toJSON a ]

instance ToJSON (Exp a t) where
Expand Down

0 comments on commit 34d4c85

Please sign in to comment.