MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Block

Class Block

gil/gil.impl.hpp:493–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491};
492
493template <typename... Instructions> struct Block;
494
495template <> struct Block<> {
496 template <typename Runtime> using Run = Runtime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected