minor comments

This commit is contained in:
SJost 2018-08-20 09:44:49 +02:00
parent 1361f4e0b8
commit 3515500685

View File

@ -218,7 +218,8 @@ pointsField = checkBool (>= 0) MsgPointsNotPositive Field{..}
sci <- maybe (Left $ MsgInvalidNumber t) Right (readMaybe $ unpack t :: Maybe Scientific)
return . fromRational $ round (sci * 100) % 100
--termField: see Utils.Term
--termField: see Utils.Term
--schoolField: see Handler.Course
zipFileField :: Bool -- ^ Unpack zips?
-> Field Handler (Source Handler File)