mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +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;
|