Skip to content

Commit

Permalink
Fix compile error. finos#25
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaMihaly committed Mar 23, 2020
1 parent 38097fa commit bd8ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Morphir/IR/Type.elm
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ matchUnit =
-}
field : Name -> Type -> Field
field fieldName fieldType =
Advanced.field fieldName fieldType
Advanced.Field fieldName fieldType


{-| Matches a field.
Expand Down

0 comments on commit bd8ee11

Please sign in to comment.