Skip to content
Snippets Groups Projects
Select Git revision
  • poly-speedup
  • master default protected
  • debug-partition-size
  • wta-generator
  • fixes
  • bench-hex
  • ci-artifacts
  • new-monoids
  • stack
  • sumbag
  • tutorial
  • web
  • features/disable-sanity
  • ghc-8.4.4
  • linux-bin-artifacts
  • syntax-doc
  • ci-stack
  • rationals
  • double-round
  • init-time
  • group-weight
21 results

example-5-11

Blame
  • example-5-11 189 B
    # Example 5.11 in journal paper
    {square,circle,triangle} x PX
    
    s1: (square, {})
    t1: (triangle, {c1, c2, c3})
    t2: (triangle, {c1, c3})
    c1: (circle, {s1})
    c2: (circle, {c3})
    c3: (circle, {})