Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder for paper in progress #1094

Merged
merged 13 commits into from
Jan 31, 2024
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
Loading