-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark type abbreviations inline_for_extraction
- Loading branch information
1 parent
a517db7
commit 11817ca
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
module CBOR.Pulse.API.Det.Type | ||
|
||
inline_for_extraction | ||
noextract [@@noextract_to "krml"] | ||
val cbor_det_t: Type0 | ||
inline_for_extraction | ||
noextract [@@noextract_to "krml"] | ||
val cbor_det_map_entry_t: Type0 | ||
inline_for_extraction | ||
noextract [@@noextract_to "krml"] | ||
val cbor_det_array_iterator_t: Type0 | ||
inline_for_extraction | ||
noextract [@@noextract_to "krml"] | ||
val cbor_det_map_iterator_t: Type0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters