~tedks/+junk/spacer

1
2
3
4
5
6
7
8
9
10
type card = 
  | Cloze of string
  | Defin of string * string
  | List of string * (int * string) list

type cardstr = 
  | Clozestr of string
  | Definstr of string
  | Liststr of string