You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, So I was trying to type check and compile an agda file and it was throwing up a lot of errors, so I took a part of the beginning which is this:
{-# OPTIONS --without-K --exact-split --safe --auto-inline #-}
module hott-uftry1 where
open import Universes public
variable
𝓤 𝓥 𝓦 𝓣 : Universe
data 𝟙 : 𝓤₀ ̇ where
⋆ : 𝟙
And I tried to type check and compile. But it gives the error that it cannot find the source of module Universes in any of the stdlib when scope checking the declaration open import Universes public.
There is a literate agda file which has this content and much more. But it wasn't type checking or compiling either. I'm worried is this a unicode issue because it works fine(?) in emacs.
The text was updated successfully, but these errors were encountered:
Hi, So I was trying to type check and compile an agda file and it was throwing up a lot of errors, so I took a part of the beginning which is this:
{-# OPTIONS --without-K --exact-split --safe --auto-inline #-}
module hott-uftry1 where
open import Universes public
variable
𝓤 𝓥 𝓦 𝓣 : Universe
data 𝟙 : 𝓤₀ ̇ where
⋆ : 𝟙
And I tried to type check and compile. But it gives the error that it cannot find the source of module Universes in any of the stdlib when scope checking the declaration open import Universes public.
There is a literate agda file which has this content and much more. But it wasn't type checking or compiling either. I'm worried is this a unicode issue because it works fine(?) in emacs.
The text was updated successfully, but these errors were encountered: