mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add doc comment
This commit is contained in:
parent
c84e71602c
commit
14ec7e4b0b
1 changed files with 1 additions and 0 deletions
|
@ -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 }])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue