2 lines
76 B
Text
2 lines
76 B
Text
inductive MsgEmbed where
|
|
| trace : Sum (Array MsgEmbed) Unit → MsgEmbed
|
inductive MsgEmbed where
|
|
| trace : Sum (Array MsgEmbed) Unit → MsgEmbed
|