napkin-0.5.11
Safe HaskellNone
LanguageHaskell2010

Napkin.Run.Effects.Interceptors.Validate

Synopsis

Documentation

interceptValidate :: forall r a. Members [Assertion, SqlWrite] r => MetaArguments -> CustomValidator -> Sem r a -> Sem r a #

Intercept a program with SqlBackend in it and apply a custom validation function.