Idris2/tests/idris2/reg033
G. Allais 32e26c5bd1
[ refactor ] introduce UserName for (UN/RF) (#1926)
Instead of having UN & RF (& Hole in the near future & maybe even
more later e.g. operator names) we have a single UN constructor
that takes a UserName instead of a String.

UserName is (for now)

```idris
data UserName : Type where
  Basic : String -> UserName -- default name constructor       e.g. map
  Field : String -> UserName -- field accessor                 e.g. .fst
  Underscore : UserName      -- no name                        e.g. _
```

This is extracted from the draft PR #1852 which is too big to easily
debug. Once this is working, I can go back to it.
2021-09-15 13:20:58 +01:00
..
DerivingEq.idr [ refactor ] introduce UserName for (UN/RF) (#1926) 2021-09-15 13:20:58 +01:00
expected Delay building references for case blocks 2020-07-18 19:22:03 +01:00
run Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
test.idr Name quotes were made to use single braces instead of double ones. 2021-02-19 18:05:41 +03:00