You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the compiler only generates things that are either mentioned (transitively) in the entry-point file or in Cogent code. For monomorphic functions and types, we can selectively blindly generate all of them.
Or add types also in the entry-point file.
Also we'd like to generate constant definitions in C.
The text was updated successfully, but these errors were encountered:
Can be a flag.
Now the compiler only generates things that are either mentioned (transitively) in the entry-point file or in Cogent code. For monomorphic functions and types, we can selectively blindly generate all of them.
Or add types also in the entry-point file.
Also we'd like to generate constant definitions in C.
The text was updated successfully, but these errors were encountered: