Merge branch 'develop' into ts-ssr-value

This commit is contained in:
Ali Abrar 2020-11-06 10:17:29 -05:00 committed by GitHub
commit a5a60538a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@ instance (Monad m, MonadHold t m) => MonadHold t (UnrunnableT js t m) where
holdIncremental _ _ = unrunnable
buildDynamic _ _ = unrunnable
headE _ = unrunnable
now = unrunnable
instance Monad m => MonadSample t (UnrunnableT js t m) where
sample _ = unrunnable
instance Monad m => MonadIO (UnrunnableT js t m) where