parsec-presentation/example/img/mp/list-tree-endofunctor-morphism.mp
Yann Esposito (Yogsototh) d21b157691 initial commit
2013-01-07 14:18:37 +01:00

7 lines
180 B
Text

pair tree,list;
resize(.8cm);
list=origin;
tree=list shifted (gu,0);
drawState(list,"\mathtt{[]}");
drawState(tree,"\mathtt{List}");
drawEdgeAngle(list,tree,"\mathtt{toList}",30);