snapframework/heist

noSplices was removed in the map-syntax move

ChristopherBiscardi opened this issue · 2 comments

The move to map-syntax removed noSplices which is used in the default snap template.

The old definition still works:

noSplices :: Splices s
noSplices = return ()

Is this a definition worth adding back to v1? If so, where should it live?

It shouldn't have been deleted without a deprecation warning, certainly.

noSplices is deprecated in 0.14, closing.