#include #include "prelude.h" using namespace fcpp; using std::cout; using std::endl; /* output should be 0110 0010 0000 1110 1000 0100 0010 0001 */ int main() { List a = list_with(1,2); List b = list_with(1,2,3); List c = list_with(2,3); cout << (a