tie/src
Alex Biehl 0af3459052 INLINABLE pragma for application
INLINABLE makes sure to include the applications unfolding into
the haskell interface (despite it's possibly large size). It allows
users to specialize the function at use-site:

```
import Scarf.Public.Api (application)

{-# SPECIALIZE application @AppIO #-}

```
2022-06-13 11:22:23 +02:00
..
Tie INLINABLE pragma for application 2022-06-13 11:22:23 +02:00
Tie.hs Move Response.hs file to template file 2022-06-13 11:19:06 +02:00