File size: 98 Bytes
d5bfab8
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
signature tptp =
sig

  include Abbrev

  val axl : term list
  val mk_cj : int list -> term

end