This repository contains the accompanying source code for the paper "Adaptable Generic Programming with Required Type Specifications and Package Templates" by Eyvind W. Axelsen and Stein Krogdahl: http://dl.acm.org/citation.cfm?id=2162060
The code is a PT implementation of the same subset as the one described in the paper "An extended comparative study of language support for generic programming" by R. Garcia, J. Jarvi, A. Lumsdaine, J. Siek and J. Willcock: http://dl.acm.org/citation.cfm?id=1230757
Compile the source code with the JPT compiler: https://github.com/uio-jpt/pt-compiler
Copyright 2012 © The SWAT project, OMS Group, Department of Informatics, University of Oslo.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This product includes a modified version of software developed by the Open Systems Laboratory at Indiana University. For further information contact Andrew Lumsdaine at lums@osl.iu.edu.
Copyright 2003 © The Trustees of Indiana University. All rights reserved.
See LICENSE_Indiana_University.txt for the full license for the original code.