| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.Web.Tournament.Validate.Upload
Description
Validates an uploaded scenario
Documentation
data PersistenceArgs m a Source #
Constructors
| PersistenceArgs UserAlias (MultipartData Mem) (ScenarioPersistence m a) |
withFileCache :: PersistenceArgs IO a -> (GenericUploadFailure -> e) -> (FileUpload -> ExceptT e IO (AssociatedSolutionCharacterization, a)) -> ExceptT e IO (FileMetadata, AssociatedSolutionCharacterization) Source #