12 lines
260 B
Text
12 lines
260 B
Text
/-
|
|
Copyright (c) 2015 Floris van Doorn. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Floris van Doorn
|
|
|
|
The core of the HoTT library
|
|
-/
|
|
|
|
import types
|
|
import cubical
|
|
import homotopy.circle
|
|
import algebra.hott
|