Skip to content

Commit

Permalink
Fix compile error. #105
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaMihaly committed Jul 22, 2020
1 parent 1df3011 commit 8b4deb4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/Morphir/Scala/Backend.elm
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ mapModuleDefinition opt packageDef modulePath accessControlledModuleDef =
lastName :: reverseModulePath ->
( reverseModulePath |> List.reverse, lastName )

typeMembers : List Scala.MemberDecl
typeMembers =
accessControlledModuleDef.value.types
|> Dict.toList
|> List.concatMap
(\( typeName, accessControlledTypeDef ))

--typeMembers : List Scala.MemberDecl
--typeMembers =
-- accessControlledModuleDef.value.types
-- |> Dict.toList
-- |> List.concatMap
-- (\( typeName, accessControlledTypeDef ))
--recordTypeAliasUnits =
-- impl.typeAliases
-- |> Dict.toList
Expand Down

0 comments on commit 8b4deb4

Please sign in to comment.