Z3
SeqSort.java
Go to the documentation of this file.
1
18package com.microsoft.z3;
19
23public class SeqSort<R extends Sort> extends Sort
24{
25 SeqSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29}