add doc comment

This commit is contained in:
svcxc 2024-11-19 11:26:58 +01:00
parent c84e71602c
commit 14ec7e4b0b
No known key found for this signature in database
GPG key ID: E14BEA79180F7122

View file

@ -5,6 +5,7 @@ import pf.Types exposing [Types]
import pf.File exposing [File]
# import pf.TypeId exposing [TypeId]
## generate placeholder glue for now that only works for our one C test
makeGlue : List Types -> Result (List File) Str
makeGlue = \_typesByArch ->
Ok ([{ name: "roc_app.h", content: placeholderGlue }])