File: fix_loop.v

package info (click to toggle)
coq-hierarchy-builder 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,988 kB
  • sloc: makefile: 109
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
From HB Require Import structures.

HB.mixin Record M A := { x: nat }.
HB.structure Definition S := { A of M A }.