Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agda/cubical
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fbf7623d52dfbfdeeef883da09fea0ae8dad9ebe
Choose a base ref
..
head repository: agda/cubical
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ae99855b895d4b4f525d6805ddeb65611619967
Choose a head ref
Showing with 25 additions and 0 deletions.
  1. +25 −0 Cubical/Papers/SmashProducts.agda
25 changes: 25 additions & 0 deletions Cubical/Papers/SmashProducts.agda
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{-
Please do not move this file. Changes should only be made if necessary.
This file contains pointers to the code examples and main results from
the paper:
Symmetric Monoidal Smash Products in Homotopy Type Theory,
Axel Ljungström
-}

-- The "--safe" flag ensures that there are no postulates or unfinished goals
{-# OPTIONS --safe #-}
module Cubical.Papers.SmashProducts where

-- 2: Background

-- 3: Associativity

-- 4: The Heuristic

-- 5. The symmetric monoidal structure

-- 6. A formal statement of the heuristic