Closed tiermak closed 4 years ago
Code to reproduce
firstMaeModel :: (MonadIO m) => FilePath -> m Model firstMaeModel filepath = do eitherMae <- modelsFromMaeFile filepath liftIO . evaluate . force . V.head $ fromRight undefined eitherMae
Error message Map.!: given key is not an element in the map
Map.!: given key is not an element in the map
Fixed in #34.
Code to reproduce
Error message
Map.!: given key is not an element in the map