Skip to content
Snippets Groups Projects

Fix 2 build bugs

Merged Rodrigo Mesquita requested to merge wip/romes/fix-build into master
3 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -32,6 +32,7 @@ gen = SamplerGen
instance StatefulGen Gen (SamplerM s) where
uniformWord64 _ = SamplerM $ StateT $ pure . genWord64
uniformShortByteString = undefined
uniformByteArrayM = undefined
runSamplerM
:: Word64 -> (forall s. SamplerM s a) -> a
Loading