mirror of
https://github.com/anoma/juvix.git
synced 2024-11-30 05:42:26 +03:00
26 lines
206 B
Plaintext
26 lines
206 B
Plaintext
module Parsing;
|
|
|
|
let' : Type := Type;
|
|
|
|
{- block comment -}
|
|
-- line comment
|
|
-- line comment 2
|
|
|
|
{- block comment 2
|
|
|
|
block comment 2
|
|
-}
|
|
|
|
{- Nesting
|
|
|
|
{- Nesting
|
|
|
|
{- Nesting
|
|
|
|
-}
|
|
|
|
-}
|
|
-}
|
|
|
|
TypeMine : Type := Type;
|